Function make_interrupt_gate

Source
fn make_interrupt_gate(
    code_segment: Selector,
    handler: unsafe extern "C" fn(),
) -> GateDescriptor