System services
Since Nova is microkernel, it only handles the most basic things.
System services are run by the system itself under the sys
DID.
List of system services
- PID 10:
sys::fs
: filesystem management service - PID 11:
sys::hw
: hardware communication service - PID 12:
sys::perm
: permissions management service - PID 13:
sys::net
: network communication service - PID 14:
sys::crypto
: cryptography service - PID 15:
sys::crashsave
: crash save management service - PID 16:
sys::flow
: flow management service - PID 17:
sys::i18n
: translation service - PID 18:
sys::ui
: user interface service - PID 19:
sys::app
: application management service - PID 20:
sys::process
: process management service