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:
aaron
2017-10-27 02:43:42 +00:00
parent 8df1e07416
commit 3814785a54
3 changed files with 39 additions and 15 deletions

View File

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