-
I have another question. Where should I put the interrupt handler for the mouse? I see that @isoux put interrupt code in Pure64 but not in BareMetal. I started with putting my interrupt handler code in BareMetal but not Pure64 and it isn't getting called, so I am guessing it is in the wrong place. Or should it be in both? I see keyboard interrupt handler code in both places, though it isn't the same. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The mouse driver would be part of the kernel so BareMetal’s interrupt.asm would be the place. Pure64 is just the loader. It isn’t used once the kernel is running |
Beta Was this translation helpful? Give feedback.
The mouse driver would be part of the kernel so BareMetal’s interrupt.asm would be the place.
Pure64 is just the loader. It isn’t used once the kernel is running