git-svn-id: https://spexeah.com:8443/svn/Asuro@151 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-20 19:24:04 +00:00
parent f7384fa946
commit a8353fe586
6 changed files with 1 additions and 1 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -109,7 +109,7 @@ begin
walk_memory_map;
force_alloc_block(0, 0);
force_alloc_block(1, 0);
alloc_block(2, 0); //First 12MiB reserved for Kernel/BIOS.
force_alloc_block(2, 0); //First 12MiB reserved for Kernel/BIOS.
console.writestring('PMM: ');
console.writeword(nPresent);
console.writestringln('/1024 Block Available for Allocation.');