Expand description
US QWERTY PS/2 Keyboard driver
Handles IRQ1 keyboard interrupts, reads scancodes from port 0x60, and converts them to characters for the VGA console.
Structs§
- Keyboard
State - Keyboard state
Statics§
- KEYBOARD
- Global keyboard state
Functions§
- handle_
scancode - Handle a keyboard IRQ (called from interrupt handler)
- handle_
scancode_ raw - Same as
handle_scancodebut takes a pre-read scancode byte.