Hi all, I folowed wiki about apic/timer and everhing goes right. but I´m trying to learn from intel how to use external hardware interrupts to me apic. and I can´t find out a good start with a kinda of an simple example. could anyone help pe please?
tnx a lot
APIC with external hardware interrupts
-
- Member
- Posts: 62
- Joined: Mon Jan 07, 2013 10:38 am
Re: APIC with external hardware interrupts
External hardware interrupts work the same like they do in case of the PIC,they wont feel the difference. So to work with APIC first you have to setup the IOAPIC, external interrupts are delivered to IOAPIC first and then depending upon the IOAPIC's IRQ delivery configuration/table they will be routed to the corresponding LAPIC(s).