Page 1 of 1

Problem with Interrupts.

Posted: Fri Nov 23, 2001 8:59 pm
by hrr
My kernel works in pmode. The floppy bootsector I am using disables the interrupts. When I try to enable them using sti , the system restarts. What is the problem ?

Re: Problem with Interrupts.

Posted: Sat Nov 24, 2001 2:10 am
by mansonbound
Did you setup an interrupt descriptor table?
Did you load the idt-register?