ChorusOS 5.0 Application Developer's Guide

Launching a Process or Actor Using arun

An embedded actor is launched at boot time. A standard actor or process can be loaded manually from the host, using rsh.

To launch a process or actor with specific options, use the arun command:


% rsh targetname arun -k processname

To launch a process or actor without runtime options, enter the application name at the command line.


% rsh targetname processname

or


% rsh targetname actorname