Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ test_kernmain
Function
test_kernmain
src/lib.rs:245–250 ·
view source on GitHub ↗
(_bootinfo: &'static BootInfo)
Source
from the content-addressed store, hash-verified
243
244
#[cfg(test)]
245
fn test_kernmain(_bootinfo: &'static BootInfo) -> !
246
{
247
init();
248
testmain();
249
hltloop();
250
}
251
252
#[cfg(test)]
253
#[no_mangle]
Callers
nothing calls this directly
Calls
2
hltloop
Function · 0.85
init
Function · 0.70
Tested by
no test coverage detected