Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
pub fn init_test_idt()
27
{
28
TEST_IDT.load();
29
}
30
31
extern
"x86-interrupt"
fn test_double_fault_handler(_stackframe: InterruptStackFrame, _errcode: u64) -> !
32
{
Callers
1
_start
Function · 0.85
Calls
1
load
Method · 0.80
Tested by
no test coverage detected