MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / _start

Function _start

kernel/tests/basic_boot.rs:11–15  ·  view source on GitHub ↗

don't mangle the name of this function

()

Source from the content-addressed store, hash-verified

9
10#[no_mangle] // don't mangle the name of this function
11pub extern "C" fn _start() -> ! {
12 test_main();
13
14 loop {}
15}
16
17#[panic_handler]
18fn panic(info: &PanicInfo) -> ! {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected