git-svn-id: https://spexeah.com:8443/svn/Asuro@580 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
a6caf43451
commit
297a95c546
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/RTC.ppu
BIN
lib/RTC.ppu
Binary file not shown.
BIN
lib/asuro.ppu
BIN
lib/asuro.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.
@ -92,7 +92,7 @@ begin
|
||||
io_wait();
|
||||
|
||||
//enable ints
|
||||
{outb($70, $8B);
|
||||
outb($70, $8B);
|
||||
io_wait();
|
||||
prev:= inb($71);
|
||||
io_wait();
|
||||
@ -101,7 +101,7 @@ begin
|
||||
outb($71, prev OR $40);
|
||||
STI;
|
||||
outb($70, $00);
|
||||
inb($71);}
|
||||
inb($71);
|
||||
|
||||
//isrmanager.registerISR(32 + 8, @update);
|
||||
TMR_0_ISR.hook(uint32(@update));
|
||||
|
Loading…
x
Reference in New Issue
Block a user