PMode Interrupts/Coprocessor?
Posted: Wed Mar 27, 2002 12:00 am
I've got a fat12 bootsector that loads a plain
binary File, which is just mixed Assembly/C made
with NASM and DJGPP. The Kernel Switches to Pmode
and jumps to the C main, where software interrupts
are reassigned to INT 0x20..ox2F (Offsets in the
table). After all the setup I enable interrupts
and put out some text, but the only interrupt
that registers is IRQ-0x13... repeatedly (about
10 times a second or so), even after I send the
end-of-interrupt and even mask all interrupts (through
the ports 0x20 & 0xA0).
Does anyone have any Ideas?
thanks
BC
binary File, which is just mixed Assembly/C made
with NASM and DJGPP. The Kernel Switches to Pmode
and jumps to the C main, where software interrupts
are reassigned to INT 0x20..ox2F (Offsets in the
table). After all the setup I enable interrupts
and put out some text, but the only interrupt
that registers is IRQ-0x13... repeatedly (about
10 times a second or so), even after I send the
end-of-interrupt and even mask all interrupts (through
the ports 0x20 & 0xA0).
Does anyone have any Ideas?
thanks
BC