Ceres - Operating System Wiki
Brought to you by:
sreekants
The services layer implements several system services that are spawned by the kernel upon boot-up.
Module | Layer | Description |
---|---|---|
sdata | kernel | This library implements data management services. |
slogic | kernel | This library implements logical control & processing services. |
snetwork | kernel | his library implements networking related services. |
spower | kernel | This library implements power management & switching control services. |
ssensor | kernel | This library implements sensor & signal processing services. |
ssys | kernel | This library implements low-level system & communication services. |
Documentation for individual classes are included in docs.tar.gz file in the root directory. You will need to extract it into the docs directory for your documentation to work. Please read /docs/index.htm for more instructions.
Samples for key components in this layer are organized in the samples/core directory of the source code.