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

This commit is contained in:
aaron
2018-04-07 22:46:14 +00:00
parent b62e3ce8c6
commit e4ed0cf1cf
4 changed files with 35 additions and 21 deletions

View File

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