I Can't Get Interrupts Working: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Line 58:
=== I can only receive one IRQ ===
 
Each IRQ needs to be acknowledged to the PIC manually by sending an EOI. You need to have <source lang="c"> outb(0x20,0x20) </source> within any master handler and any <source lang="c"> outb(0x20,0x20); outb(0xa0,0x20); </source> within any slave handler.
 
=== When I try to enable the PIT, the keyboard doesn't work anymore ===
1,490

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu