git-svn-id: https://spexeah.com:8443/svn/Asuro@677 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-05-10 07:39:07 +00:00
parent 3bdba1d786
commit fabe8bd6eb
74 changed files with 135 additions and 36 deletions

View File

@ -42,7 +42,8 @@ uses
memview,
splash,
cpu,
themer;
themer,
netlog;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -202,6 +203,7 @@ begin
shell.init();
memview.init();
themer.init();
netlog.init();
{ Init Splash }
splash.init();