jmolloy / pedigree

Pedigree operating system
http://pedigree.googlecode.com
ISC License
89 stars 5 forks source link

How to assign an interrupt to the processor in 64-bit architecture? #23

Open k1rn1l opened 8 years ago

k1rn1l commented 8 years ago

I found the code associated with IOAPIC not implemented. How to assign an interrupt to the multiprocessor in 64-bit architecture?

miselin commented 8 years ago

Currently it's not possible - all IRQs will come in on the BSP. However, IOAPIC support is certainly on the roadmap and once implemented it'll be easier to reassign interrupts as needed.