RTEMS Logo

RTEMS 4.9.3 On-Line Library


Process Environment Manager Environment Variables

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.2.3: Environment Variables

POSIX allows for variables in the run-time environment. These are name/value pairs that make be dynamically set and obtained by programs. In a full POSIX environment with command line shell and multiple processes, environment variables may be set in one process -- such as the shell -- and inherited by child processes. In RTEMS, there is only one process and thus only one set of environment variables across all processes.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation