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

This commit is contained in:
aaron
2018-04-07 13:01:28 +00:00
parent bd04e04b34
commit 20935bc0f5
6 changed files with 263 additions and 65 deletions

View File

@ -34,7 +34,8 @@ uses
strings,
USB,
testdriver,
E1000;
E1000,
AHCI_OLD;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -125,6 +126,8 @@ begin
mouse.init();
testdriver.init();
E1000.init();
//AHCI_OLD.init();
//Nothing beyond here
USB.init();
pci.init();
console.writestringln('DRIVERS: INIT END.');