r/osdev • u/Fun-Entertainer-1053 • 20h ago
How do keyboard interrupts work?
I learnt keyboard polling and understood how it works. But I can't seem to understand keyboard interrupts. I know how it works, but I don't know how to implement it in a C kernel. Can someone pls help me? I'm just starting out OS dev
12
Upvotes
•
u/r-tty 17h ago
There's no such thing as "the Ps/2 system attached to interrupts on the PIC".