Crate starry_core

Source
Expand description

The core functionality of a monolithic kernel, including loading user programs and managing processes.

Modulesยง

futex
Futex implementation.
mm
User address space management.
task
User task management.