⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module services

Module services 

Source
Expand description

System services module

Provides core system services including process management, driver framework, and system daemons.

Re-exports§

pub use driver_framework::DriverFramework;
pub use init_system::InitSystem;
pub use process_server::ProcessServer;
pub use shell::Shell;

Modules§

cloud_init
Cloud-Init Service
cni
Container Network Interface (CNI) implementation
cri
Container Runtime Interface (CRI) implementation
csi
Container Storage Interface (CSI) implementation
desktop_ipc
Desktop IPC Protocol
driver_framework
Driver Framework Implementation
init_system
Init System Implementation
lb
Load Balancer implementation
mesh
Service Mesh implementation
notification_ipc
Notification IPC Service
print
Print Spooler Service
process_server
Process Server Implementation
shell
VeridianOS Shell Implementation
shell_utils
Additional Shell Utilities

Functions§

init
Initialize all system services