Irq

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
Billy

Irq

Post by Billy »

How can I handle irqs?
Brill

RE:Irq

Post by Brill »

IRQ's that are hardware you handle through a PIC or APIC depending if the machine has one. Then tell these what part of your code to run to handle it. Take a look at PIC documentation on how to control them.
Post Reply