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.
pub fn enable_keyboard_irq()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.