Function r0ket_l0dable::startup::start [] [src]

#[no_mangle] #[link_section = ".startup"]
pub extern "C" fn start()

Start-up

  • Zeroes the .bss segment
  • Calls your main function which must be defined as #[no_mangle] pub extern "C" fn ram()

Gets linked in first by the l0dable.x linker script.