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

This commit is contained in:
kieron 2018-04-07 16:45:26 +00:00
parent 37d442edfc
commit c54d450dff
10 changed files with 14 additions and 14 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -112,22 +112,22 @@ begin
PD^[page_number].PageSize:= true; PD^[page_number].PageSize:= true;
PD^[page_number].Writable:= true; PD^[page_number].Writable:= true;
console.writestringln('VMM: New Page Added:'); // console.writestringln('VMM: New Page Added:');
console.writestring('VMM: - P:'); // console.writestring('VMM: - P:');
console.writehex(page_number); // console.writehex(page_number);
console.writestring('-->B:'); // console.writestring('-->B:');
console.writehexln(block); // console.writehexln(block);
console.writestring('VMM: - P:['); // console.writestring('VMM: - P:[');
console.writehex(page_number SHL 22); // console.writehex(page_number SHL 22);
console.writestring(' - '); // console.writestring(' - ');
console.writehex(((page_number+1) SHL 22)); // console.writehex(((page_number+1) SHL 22));
console.writestring(']-->B:['); // console.writestring(']-->B:[');
console.writehex(block SHL 22); // console.writehex(block SHL 22);
console.writestring(' - '); // console.writestring(' - ');
console.writehex(((block+1) SHL 22)); // console.writehex(((block+1) SHL 22));
console.writestringln(']'); // console.writestringln(']');
map_page_ex:= true; map_page_ex:= true;
end; end;