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

Function ioapic_handler_3

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

Source from the content-addressed store, hash-verified

302 };
303}
304extern "x86-interrupt" fn ioapic_handler_3(stack_frame: InterruptStackFrame) {
305 log::info!("______ioapic_handler_3_____");
306}
307extern "x86-interrupt" fn ioapic_handler_4(stack_frame: InterruptStackFrame) {
308 log::info!("______ioapic_handler_4_____");
309}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected