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

View File

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