fdfd
git-svn-id: https://spexeah.com:8443/svn/Asuro@130 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
6b26e1dfe0
commit
60419f1f90
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
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.
@ -54,10 +54,9 @@ begin
|
|||||||
pmemorymanager.init();
|
pmemorymanager.init();
|
||||||
vmemorymanager.init();
|
vmemorymanager.init();
|
||||||
|
|
||||||
vmemorymanager.new_page(1);
|
vmemorymanager.new_page(0);
|
||||||
pint:= puint32(1 SHL 22);
|
pint:= puint32(0);
|
||||||
console.writestringln('Writing 1234 to Logical Address $00000000');
|
console.writestringln('Writing 1234 to Logical Address $00000000');
|
||||||
pint^:= 1234;
|
|
||||||
if pint^ = 1234 then console.writestringln('Read 1234 back from Logical Address $00000000!!!');
|
if pint^ = 1234 then console.writestringln('Read 1234 back from Logical Address $00000000!!!');
|
||||||
//scheduler.init();
|
//scheduler.init();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user