git-svn-id: https://spexeah.com:8443/svn/Asuro@154 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron
2017-05-20 19:59:18 +00:00
parent edd3f968f0
commit 5d9f613f3e
6 changed files with 2 additions and 6 deletions

View File

@ -30,12 +30,12 @@ var
i : uint32;
begin
console.writestringln('VMM: INIT BEGIN.');
console.writestringln('LMM: INIT BEGIN.');
For i:=0 to MAX_ENTRIES-1 do begin
Memory_Manager[i].Present:= False;
end;
Memory_Start:= uint32(@util.endptr);
console.writestringln('VMM: INIT END.');
console.writestringln('LMM: INIT END.');
end;
function kalloc(size : uint32) : void;