StorageManagement & IDE Added to Kernel.

- Other stuff.
- Things.

git-svn-id: https://spexeah.com:8443/svn/Asuro@457 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2018-04-09 20:37:03 +00:00
parent d98a81b540
commit 6e6c837e60
2 changed files with 4 additions and 5 deletions

View File

@ -60,7 +60,7 @@ end;
procedure register;
var
i : integer;
i : uint8;
begin
if not Registered then begin

View File

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