keyboard irq only firing once (sending EOI)
Posted: Sun Mar 06, 2016 1:21 pm
Hey guys,
I am a beginner, setting up a hobby OS. I am running into a weird problem to which I can't seem to find the solution. My keyboard interrupt only fires once.
This is what does work:
- timer interrupts are firing, before and after the single kbd irq
- system calls are working as well
To me that is saying I got my IDT setup correctly. I am sending 'end of interrupt' after the keyboard handler returns..
What am I missing here?
Thanks a lot,
Erwin
I am a beginner, setting up a hobby OS. I am running into a weird problem to which I can't seem to find the solution. My keyboard interrupt only fires once.
This is what does work:
- timer interrupts are firing, before and after the single kbd irq
- system calls are working as well
To me that is saying I got my IDT setup correctly. I am sending 'end of interrupt' after the keyboard handler returns..
What am I missing here?
Thanks a lot,
Erwin