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

This commit is contained in:
kieron
2018-04-09 12:23:33 +00:00
parent ab718554f5
commit cde83a6545
17 changed files with 58 additions and 18 deletions

View File

@ -36,8 +36,7 @@ uses
testdriver,
E1000,
AHCI_OLD,
IDE,
storagemanagement;
IDE;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -95,7 +94,6 @@ begin
terminal.registerCommand('BSOD', @terminal_command_bsod, 'Force a Panic Screen.');
drivermanagement.init();
storagemanagement.init();
console.init();
@ -142,7 +140,7 @@ begin
testdriver.init();
E1000.init();
//AHCI_OLD.init();
IDE.init();
//IDE.init();
//Nothing beyond here
USB.init();
pci.init();