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

Function panic

kernel/tests/stack_overflow.rs:29–31  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

27
28#[panic_handler]
29fn panic(info: &PanicInfo) -> ! {
30 blog_os::test_panic_handler(info)
31}
32
33// Custom interrupt table, replacing the double fault handler
34// with one which exits from QEMU

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected