APIC with external hardware 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
digo_rp
Member
Member
Posts: 233
Joined: Sun Jun 05, 2005 11:00 pm

APIC with external hardware interrupts

Post by digo_rp »

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
dansmahajan
Member
Member
Posts: 62
Joined: Mon Jan 07, 2013 10:38 am

Re: APIC with external hardware interrupts

Post by dansmahajan »

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).
Post Reply