git-svn-id: https://spexeah.com:8443/svn/Asuro@373 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+14
-14
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user