git-svn-id: https://spexeah.com:8443/svn/Asuro@206 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-05-23 19:50:19 +00:00
parent 82c557ecab
commit 1eb8256044
8 changed files with 3 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

@ -55,10 +55,10 @@ begin
bm^.b1:= true;
bm^.b5:= false;
console.writebin8ln(status);
//while true do begin end;
while true do begin end;
outb($64, $60);
ak:= inb($64);
outb($60, status);
ak:= inb($60);
outb($64, status);
ak:= inb($60);
end;