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

This commit is contained in:
kieron
2018-04-10 14:35:05 +00:00
parent 95f581f7bd
commit 9976400832
14 changed files with 227 additions and 3 deletions

View File

@ -36,8 +36,9 @@ uses
testdriver,
E1000,
IDE,
storagemanagement;
//ipv4;
storagemanagement,
ipv4,
lists;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -85,6 +86,11 @@ var
temp : uint32;
atmp : puint32;
test : puint8;
LList : PLinkedListBase;
Elem : Void;
Str : PChar;
begin
multibootinfo:= mbinfo;
@ -141,7 +147,7 @@ begin
mouse.init();
testdriver.init();
E1000.init();
IDE.init();
//IDE.init();
//Nothing beyond here
USB.init();
@ -157,6 +163,8 @@ begin
console.writestringln('');
console.writestringln('Press any key to boot in to Asuro Terminal...');
LL_TEST();
keyboard.hook(@temphook);
util.halt_and_dont_catch_fire;