[][src]Function sunrise_kernel::common_start

#[no_mangle]pub extern "C" fn common_start(multiboot_info_addr: usize) -> !

CRT0 starts here.

This function takes care of initializing the kernel, before calling the main function.