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

This commit is contained in:
kieron
2018-04-06 12:11:35 +00:00
parent f6c75b5447
commit 7333ce5c8f
22 changed files with 26 additions and 10 deletions

View File

@ -71,6 +71,7 @@ var
temp : uint32;
atmp : puint32;
test : puint8;
begin
multibootinfo:= mbinfo;
@ -146,6 +147,7 @@ begin
console.writestringln('');
console.writestringln('Press any key to boot in to Asuro Terminal...');
keyboard.hook(@temphook);
util.halt_and_dont_catch_fire;
end;