Crate ostd

Crate ostd 

Source
Expand description

The standard library for Asterinas and other Rust OSes.

Modulesยง

arch
Platform-specific code for the x86 platform.
boot
The architecture-independent boot module, which provides
error
mm
Virtual memory (VM).
specs
sync
Useful synchronization primitives.
task
Tasks are the unit of code execution.
trap
Handles trap across kernel and user space.
util
Utility types and methods.