ChorusOS 4.0 Migration Guide

2.6 Running Executable Files From Memory

It is now possible to run executable files directly from memory by specifying the path to the relocatable binary in the following form:

ram:0xstart:0xlength:

start is the starting address at which the binary is stored and length is the length of the binary.

See the afexec(2K) man page for more information.