APIC question, maybe for Xenos?
Posted: Fri Dec 05, 2003 12:00 am
With the I/O and Local APICs, what state are they in when you start execution of your code?
Do they need to be programmed to send interrupts to the boot processor, merely enabled, or something much more elaborate? All documentation on the web, including Intel's seems lacking in saying what NEEDS to be done instead of what can be done. If I merely need to enable them, and load the IDT, that would be terrific at this point.
At this point, I simply want to add an IDT, and a keyboard handler, and merely test its working. Currently the system has not touched interrupts at all, no idt loaded, no sti executed, etc.
Thanks in advance
Do they need to be programmed to send interrupts to the boot processor, merely enabled, or something much more elaborate? All documentation on the web, including Intel's seems lacking in saying what NEEDS to be done instead of what can be done. If I merely need to enable them, and load the IDT, that would be terrific at this point.
At this point, I simply want to add an IDT, and a keyboard handler, and merely test its working. Currently the system has not touched interrupts at all, no idt loaded, no sti executed, etc.
Thanks in advance