MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / init_test_idt

Function init_test_idt

tests/stackoverflow.rs:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26pub fn init_test_idt()
27{
28 TEST_IDT.load();
29}
30
31extern "x86-interrupt" fn test_double_fault_handler(_stackframe: InterruptStackFrame, _errcode: u64) -> !
32{

Callers 1

_startFunction · 0.85

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected