Expand description
This crate provides customizable basic functionalities for operating systems written in Rust.
Modules§
- framebuffer
- Functions to access framebuffer. Warning: these interfaces are not thread-safe.
- hal
- Safe wrappers to access hardware.
- logger
- Logging support.
- mem
- Safe memory management.
- task
- Task structure definition and scheduling.
- trap
- Irq allocation and page fault handling.