APIC Register access
Posted: Thu Apr 04, 2013 12:13 pm
Hi, Newbie question here...
On the APIC wiki page,
The following functions are referenced: (WriteRegister(), ReadRegister())
How do I Implement them, do I access the registers with outb, or is it mapped in memory ?
Thanks.
Ramon.
On the APIC wiki page,
The following functions are referenced: (WriteRegister(), ReadRegister())
Code: Select all
/* Set the Spourious Interrupt Vector Register bit 8 to start receiving interrupts */
WriteRegister(0xF0, ReadRegister(0xF0) | 0x100);
Thanks.
Ramon.