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