MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / general_protection_fault_handler

Function general_protection_fault_handler

kernel/src/interrupts.rs:276–280  ·  view source on GitHub ↗
(
    stack_frame: InterruptStackFrame,
    _error_code: u64)

Source from the content-addressed store, hash-verified

274}
275
276extern "x86-interrupt" fn general_protection_fault_handler(
277 stack_frame: InterruptStackFrame,
278 _error_code: u64) {
279 panic!("EXCEPTION: GENERAL PROTECTION FAULT\n{:#?}", stack_frame);
280}
281
282// PIC 8259 configuration
283

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected