RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Functions
start.h File Reference

Start header file. More...

Go to the source code of this file.

Functions

void _start (void)
 Entry point for generated ELF.
 

Detailed Description

Start header file.

Function Documentation

◆ _start()

void _start ( void  )

Entry point for generated ELF.

The linkcmds script sets this function as the entry point, to be jumped into the bootloader. It calls boot_card and kicks the whole RTEMS initialization process off.