Page 1 of 1

Irq

Posted: Wed Oct 23, 2002 11:00 pm
by Billy
How can I handle irqs?

RE:Irq

Posted: Wed Oct 23, 2002 11:00 pm
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.