MCPcopy Create free account
hub / github.com/Ruddle/Fomos / generic_handler

Function generic_handler

bootloader/kernel/src/interrupts.rs:374–376  ·  view source on GitHub ↗
(stack_frame: InterruptStackFrame)

Source from the content-addressed store, hash-verified

372 log::info!("______ioapic_handler_23_____");
373}
374extern "x86-interrupt" fn generic_handler(stack_frame: InterruptStackFrame) {
375 log::info!("______generic_handler_____");
376}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected