Got end of Kernel Code.

git-svn-id: https://spexeah.com:8443/svn/Asuro@95 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-18 13:17:39 +00:00
parent 2d57e08d8a
commit 9a2294863b
48 changed files with 7 additions and 2 deletions

View File

@ -78,6 +78,7 @@ begin
console.writeint(((mbinfo^.mem_upper + 1000) div 1024) + 1);
console.writestringln('MB');
console.setdefaultattribute(console.combinecolors(lYellow, Black));
console.writewordln(uint32(@util.endptr) - KERNEL_VIRTUAL_BASE);
util.halt_and_dont_catch_fire;
end;