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

This commit is contained in:
kieron
2018-05-06 05:58:03 +00:00
parent fee4e4d759
commit b9d6225cb8
71 changed files with 31 additions and 4 deletions

View File

@ -41,7 +41,8 @@ uses
shell,
memview,
splash,
cpu;
cpu,
themer;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -200,6 +201,7 @@ begin
{ Init Progs }
shell.init();
memview.init();
themer.init();
{ Init Splash }
splash.init();