[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help, First RTEMS executed function???
- Date: Mon, 29 Nov 2004 13:14:06 +0100
- From: ralf_corsepius at rtems.org (Ralf Corsepius)
- Subject: Help, First RTEMS executed function???
On Mon, 2004-11-29 at 11:40 +0000, Alex wrote:
> Hi all,
>
> When we compile an posix rtems aplication and we put the application in
> a floppy with grub, which is the first (kernel) function of the rtems
> application to be executed when we start the application?
The first executed code is your BSP's startup code, which at its very
end normally calls boot_card().
Ralf