Big commit thing.

git-svn-id: https://spexeah.com:8443/svn/Asuro@867 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2020-07-08 21:42:55 +00:00
parent 6b781c6345
commit 1dcfc4e7eb
19 changed files with 107 additions and 45 deletions

View File

@ -44,7 +44,8 @@ uses
vmlog,
vm,
vmstate,
edit;
edit,
udpcat;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -221,6 +222,7 @@ begin
vmstate.init();
tracer.push_trace('kmain.EDIT');
edit.init();
udpcat.init();
terminal.run();
{ Init Splash }