The programming environment of extended actors consists of the following interfaces:
The Microkernel API
The Private Data API
The Standard-C API
The POSIX Input/Output API
The POSIX Network API
The Actor Management API
All routines implementing these APIs have been grouped into one library:
os/lib/classix/libcx.a | for user and supervisor actors |
An extended supervisor actor should not use the svExcHandler() call as an extended actor inherits the Actor Manager exception handler.