Interrupt controller - debugging hints

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
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Interrupt controller - debugging hints

Post by distantvoices »

This is a debugging hint for those amonng us toying around with interrupts delivered by the slave interrupt controller:

If you unmask each interrupt you need, when you install the according driver, then you have all the other interrupts masked.

Be careful that you have unmasked at all times the irq-line on the master controller, which is responsible for the cascading with the slave controller. With this irq line masked you have no chance of receiving irq's from the slave controller.

I hope you find this hint helpful. I 've myself overlooked this and wondered why my mouse code didn't work... a shame it is really...
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
Post Reply