pub(super) fn allocate_user_interrupt<F: InterruptHandler>(handler: F) -> u8
Expand description
Puts the handler in the IDT and returns the interrupt/vector number
pub(super) fn allocate_user_interrupt<F: InterruptHandler>(handler: F) -> u8
Puts the handler in the IDT and returns the interrupt/vector number