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

This commit is contained in:
kieron
2018-05-03 23:16:37 +00:00
parent a5bae52f09
commit 6ae51ac70d
67 changed files with 341 additions and 17 deletions

View File

@ -40,7 +40,8 @@ uses
serial,
shell,
memview,
splash;
splash,
cpu;
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
@ -144,6 +145,9 @@ begin
{ Console Init }
console.init();
{ CPUID }
cpu.init();
{ Serial Init }
serial.init();