Crate ostd
ostd
All Items
Crate Items
Modules
Crate
ostd
Copy item path
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.