git-svn-id: https://spexeah.com:8443/svn/Asuro@130 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-20 00:27:57 +00:00
parent 6b26e1dfe0
commit 60419f1f90
8 changed files with 2 additions and 3 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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();