git-svn-id: https://spexeah.com:8443/svn/Asuro@646 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -47,7 +47,8 @@ uses
|
||||
RTC,
|
||||
serial,
|
||||
shell,
|
||||
memview;
|
||||
memview,
|
||||
splash;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
@ -216,6 +217,9 @@ begin
|
||||
shell.init();
|
||||
memview.init();
|
||||
|
||||
{ Init Splash }
|
||||
splash.init();
|
||||
|
||||
//console.writehexln(uint32(multibootinfo^.framebuffer_addr));
|
||||
//tracer.push_trace('kmain.KEYHOOK');
|
||||
//keyboard.hook(@temphook);
|
||||
|
Reference in New Issue
Block a user