⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

handle_scancode

Function handle_scancode 

Source
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.