git-svn-id: https://spexeah.com:8443/svn/Asuro@323 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
aaron 2018-04-05 14:05:59 +00:00
parent 93548d64d7
commit 050dc728b0

View File

@ -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!');