After the RTEMS initialization is performed, the application's initialization will be performed. Part of initialization is a call to rtems_filesystem_initialize(). This routine will mount the `In Memory File System' as the base filesystem. Mounting the base filesystem consists of the following:
jnode
structure that will server as the root node
of the `In Memory Filesystem'
jnode
with the appropriate OPS,
directory handlers and pathconf limits and options.
After the base filesystem has been mounted, the following operations are performed under its directory structure:
Copyright © 1988-2008 OAR Corporation