apic

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
mobruan
Member
Member
Posts: 71
Joined: Thu Oct 09, 2008 8:25 am
Location: Rio de Janeiro - Brazil

apic

Post by mobruan »

Hi,what is necessary to setting to generate a keyboard interrupt using a i/o apic?
thanks
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: apic

Post by AJ »

Hi,

There is a short article on the Wiki about the APIC which also has links to some useful forum threads and datasheets. Once you get the basic routines in place to write to a given APIC register, actually setting it up is as simple as the PIC. Remember to enable the APIC in the spurious interrupt register and to send EOI to the APIC as necessary!

Cheers,
Adam
Post Reply