git-svn-id: https://spexeah.com:8443/svn/Asuro@323 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
93548d64d7
commit
050dc728b0
@ -127,6 +127,13 @@ begin
|
|||||||
pci.init();
|
pci.init();
|
||||||
console.writestringln('DRIVERS: INIT END.');
|
console.writestringln('DRIVERS: INIT END.');
|
||||||
|
|
||||||
|
console.writestring('AHCI TEST');
|
||||||
|
temp := 424242;
|
||||||
|
AHCI.write(0, $5, $1, 1, @temp);
|
||||||
|
temp := 365;
|
||||||
|
AHCI.read(9, $5, $1, 1, @temp);
|
||||||
|
console.writeint(temp);
|
||||||
|
|
||||||
console.writestringln('');
|
console.writestringln('');
|
||||||
console.setdefaultattribute(console.combinecolors(Green, Black));
|
console.setdefaultattribute(console.combinecolors(Green, Black));
|
||||||
console.writestringln('Asuro Booted Correctly!');
|
console.writestringln('Asuro Booted Correctly!');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user