f
git-svn-id: https://spexeah.com:8443/svn/Asuro@141 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
b2a11da422
commit
96e646091b
@ -54,11 +54,13 @@ begin
|
|||||||
pmemorymanager.init();
|
pmemorymanager.init();
|
||||||
vmemorymanager.init();
|
vmemorymanager.init();
|
||||||
|
|
||||||
|
//
|
||||||
vmemorymanager.new_page(0);
|
vmemorymanager.new_page(0);
|
||||||
pint:= puint32(0);
|
pint:= puint32(0);
|
||||||
console.writestringln('Writing 1234 to Logical Address $00000000');
|
console.writestringln('Writing 1234 to Logical Address $00000000');
|
||||||
pint^:= 1234;
|
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();
|
||||||
|
|
||||||
STI;
|
STI;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user