Problem with Interrupts.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
hrr

Problem with Interrupts.

Post 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 ?
mansonbound

Re: Problem with Interrupts.

Post by mansonbound »

Did you setup an interrupt descriptor table?
Did you load the idt-register?
Post Reply