Finished re-writting PCI driver, it is now fully functional.
git-svn-id: https://spexeah.com:8443/svn/Asuro@268 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -118,10 +118,10 @@ begin
|
||||
mouse.init();
|
||||
console.writestringln('DRIVERS: INIT END.');
|
||||
|
||||
temp := 8294;
|
||||
ata.write(uint32(@temp), 0, 4);
|
||||
//temp := 8294;
|
||||
//ata.write(uint32(@temp), 10, 4);
|
||||
//temp := 1234;
|
||||
//ata.read(uint32(@temp), 0, 4);
|
||||
//ata.read(uint32(@temp), 10, 4);
|
||||
//console.writeintln(temp);
|
||||
|
||||
console.writestringln('');
|
||||
|
Reference in New Issue
Block a user