The programming environment of basic actors consists of the following interfaces:
The Microkernel API
The Private Data API
The Standard-C API
The Console Input/Output API
All routines implementing these APIs have been grouped into two libraries:
kernel/lib/embedded/libebd.u.a | for user actors |
kernel/lib/embedded/libebd.s.a | for supervisor actors |
ChorusOS actors using the Basic Environment API are called embedded actors.