git-svn-id: https://spexeah.com:8443/svn/Asuro@373 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
37d442edfc
commit
c54d450dff
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/PCI.ppu
BIN
lib/PCI.ppu
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
Binary file not shown.
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user