#[no_mangle] pub unsafe fn _start_rust() -> !
The Rust entry of the kernel binary.
kernel
The function is called from the assembly _start function.
_start