Expand description
Modules§
- asm
- Wrapper functions for assembly instructions.
- init
- Helper functions to initialize the CPU states on systems bootstrapping.
- trap
- Trap handling.
- uspace
uspace - Structures and functions for user space.
Structs§
- FpState
- FP & SIMD registers.
- Task
Context - Saved hardware states of a task.
- Trap
Frame - Saved registers when a trap (exception) occurs.