PMode Interrupts/Coprocessor INT
Posted: Wed Mar 27, 2002 3:59 pm
I have a two piece kernel, Assembly/C, that jmps to Pmode and sets up the IDT. The hardware IRQs get reassigned to INTs 0x20..0x2F, but when they are enabled, only IRQ 13 (coprocessor) shows up. I made each IRQ print out a letter 0..F, and all I get are Ds, and lots of them. I'm thinking that this could be the clock, because it's so frequent, but I've checked my new vector assignments and they look good.
Sadly no other IRQs are able to register, and masking all/none is unsuccessfull.
If anyone has any ideas it would be great :)
thanks
BC
Sadly no other IRQs are able to register, and masking all/none is unsuccessfull.
If anyone has any ideas it would be great :)
thanks
BC