Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ _start
Function
_start
src/lib.rs:254–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
252
#[cfg(test)]
253
#[no_mangle]
254
pub extern
"C"
fn _start() -> !
255
{
256
init();
257
testmain();
258
hltloop();
259
}
260
261
262
#[cfg(test)]
Callers
nothing calls this directly
Calls
2
hltloop
Function · 0.85
init
Function · 0.70
Tested by
no test coverage detected