git-svn-id: https://spexeah.com:8443/svn/Asuro@464 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+11
-3
@@ -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;
|
||||
|
||||
+216
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user