ChorusOS 4.0 Porting Guide

OS Initialization

The OS is implemented on top of the kernel as a set of actors that provide services such as file systems and networking protocols.

The kernel starts the OS services by creating the initial subset of OS actors from the system image binary files. The OS can then activate additional system services by loading actors from files located on the system image memory, or local or remote devices.