Enabling 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
kernel

Enabling Interrupts

Post by kernel »

UUgggg, my bootloader disables interrupts or something, and i need to figgure out how to enable them! any help?
Thunder

Re:Enabling Interrupts

Post by Thunder »

cli - disables interrupts
sti - enables
Bye
Post Reply