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

enable_keyboard_irq

Function enable_keyboard_irq 

Source
pub fn enable_keyboard_irq()
Expand description

Unmask the keyboard IRQ (IRQ1) on PIC1.

Reads the current PIC1 data mask, clears bit 1, and writes it back. This allows the keyboard interrupt (vector 33) to fire.