kernel::cpu::boot::arch_boot

Function _start_rust

Source
#[no_mangle]
pub unsafe fn _start_rust() -> !
Expand description

The Rust entry of the kernel binary.

The function is called from the assembly _start function.