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

#[no_mangle]
pub extern "C" fn start()

Start-up

  • Zeroes the .bss segment
  • Calls your main function which must be set up using the entry!() macro.

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