|
|
| version 1.1.1.1, 2003/10/16 17:58:19 | version 1.2, 2003/12/08 00:55:30 |
|---|---|
| Line 1 | Line 1 |
| #include "compiler.h" | #include "compiler.h" |
| #include "i286.h" | #include "cpucore.h" |
| #include "memory.h" | #include "memory.h" |
| #include "pccore.h" | #include "pccore.h" |
| #include "iocore.h" | #include "iocore.h" |
| Line 17 void bios0x08(void) { | Line 17 void bios0x08(void) { |
| if (catimcnt == 0) { | if (catimcnt == 0) { |
| pic.pi[0].imr |= PIC_SYSTEMTIMER; | pic.pi[0].imr |= PIC_SYSTEMTIMER; |
| iocore_out8(0x00, 0x20); | iocore_out8(0x00, 0x20); |
| i286_interrupt(7); | CPU_INTERRUPT(7); |
| } | } |
| else { | else { |
| iocore_out8(0x00, 0x20); | iocore_out8(0x00, 0x20); |