Process loading
QNX SDP8.0System ArchitectureDeveloperUser
Processes loaded from a filesystem using the exec*(), posix_spawn(), or spawn() calls are in Executable and Linking Format (ELF).
For an OS image, the code is executed in place. For other filesystem types, the code and data are loaded into main memory. In all cases, if the same process is loaded more than once, its code will be shared.
Page updated: