MCPcopy 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]
254pub extern "C" fn _start() -> !
255{
256 init();
257 testmain();
258 hltloop();
259}
260
261
262#[cfg(test)]

Callers

nothing calls this directly

Calls 2

hltloopFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected