git-svn-id: https://spexeah.com:8443/svn/Asuro@747 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -45,7 +45,8 @@ uses
|
||||
themer,
|
||||
netlog,
|
||||
vmlog,
|
||||
vm;
|
||||
vm,
|
||||
vmstate;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
@ -217,6 +218,8 @@ begin
|
||||
netlog.init();
|
||||
tracer.push_trace('kmain.VMLOGINIT');
|
||||
vmlog.init();
|
||||
tracer.push_trace('kmain.VMSTATEINIT');
|
||||
vmstate.init();
|
||||
|
||||
terminal.run();
|
||||
|
||||
|
Reference in New Issue
Block a user