git-svn-id: https://spexeah.com:8443/svn/Asuro@580 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-04-29 15:00:23 +00:00
parent a6caf43451
commit 297a95c546
9 changed files with 2 additions and 2 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.

Binary file not shown.

View File

@ -92,7 +92,7 @@ begin
io_wait(); io_wait();
//enable ints //enable ints
{outb($70, $8B); outb($70, $8B);
io_wait(); io_wait();
prev:= inb($71); prev:= inb($71);
io_wait(); io_wait();
@ -101,7 +101,7 @@ begin
outb($71, prev OR $40); outb($71, prev OR $40);
STI; STI;
outb($70, $00); outb($70, $00);
inb($71);} inb($71);
//isrmanager.registerISR(32 + 8, @update); //isrmanager.registerISR(32 + 8, @update);
TMR_0_ISR.hook(uint32(@update)); TMR_0_ISR.hook(uint32(@update));