Finalize initializations at the end of startup.
Synopsis:
void init_system_private (void)
Description:
The init_system_private() function completes the initializations at the end of the startup. It does the following:
- Finds all the boot images that
need to be started and fills a structure with that information.
- Parses any -M options used to specify memory regions
that should be added.
- Tells QNX Neutrino where the image filesystem
is located.
- Allocates room for the actual storage
of the system page.
The standard function should work for all supported platforms. You shouldn't need to modify this startup library function.
Note: The init_system_private() function
must be the last init_*() function called.