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

This commit is contained in:
aaron 2018-04-07 16:50:07 +00:00
parent 2a787ead18
commit 2ffae7703c

View File

@ -35,7 +35,8 @@ uses
USB, USB,
testdriver, testdriver,
E1000, E1000,
AHCI_OLD; AHCI_OLD,
IDE;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall; procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -128,6 +129,7 @@ begin
testdriver.init(); testdriver.init();
E1000.init(); E1000.init();
//AHCI_OLD.init(); //AHCI_OLD.init();
IDE.init();
//Nothing beyond here //Nothing beyond here
USB.init(); USB.init();
pci.init(); pci.init();