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

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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;

@ -73,10 +73,6 @@ begin
PhysicalMemory[i].MappedTo:= 0;
end;
while uint32(mmap) < (address + length) do begin
console.writehexln(mmap^.base_addr);
console.writehexln(mmap^.length);
console.writehexln(mmap^.mtype);
console.writestringln('');
if mmap^.mtype = $01 then begin
set_memory_area_present(mmap^.base_addr, mmap^.length, True);
end else begin