RTEMS Logo

RTEMS 4.8.0 On-Line Library


Initialization Code boot_card() - Boot the Card

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

7.3.2: boot_card() - Boot the Card

The boot_card() is the first C code invoked. Most of the BSPs use the same shared version of boot_card() which is located in the following file:

c/src/lib/libbsp/shared/main.c

The boot_card() routine performs the following functions:

It is important to note that the executive and much of the support environment must be initialized before invoking main().


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2007OAR Corporation