pub fn handle_scancode(scancode: u8)Expand description
Handle a scancode from the PS/2 keyboard interrupt (vector 33).
This function must NOT call println! or acquire any spinlock used by the serial/fbcon output path.
pub fn handle_scancode(scancode: u8)Handle a scancode from the PS/2 keyboard interrupt (vector 33).
This function must NOT call println! or acquire any spinlock used by the serial/fbcon output path.