Modulesยง
- arch ๐
- config ๐
- context ๐
- dmem ๐
- event ๐
- imgact ๐
- imgfmt ๐
- lock ๐
- malloc ๐
- proc ๐
- sched ๐
- signal ๐
- subsystem ๐
- trap ๐
- uma ๐
- vm ๐
Structsยง
- Boot
Info ๐ - Contains information for memory to boot a secondary CPU.
- Memory
Info ๐ - Contains memory information populated from memory map.
- Proc0
Abi ๐ - Implementation of
ProcAbifor kernel process. - Setup
Result ๐ - Result of
setup().
Staticsยง
- KERNEL_
HEAP ๐ - PRIMITIVE_
HEAP ๐
Functionsยง
- adjust_
boot_ ๐area - See
mp_bootaddresson the Orbis for a reference. - create_
init ๐ - See
create_initfunction on the Orbis for a reference. - init_vm ๐
- See
vm_mem_initfunction on the Orbis for a reference. - load_
memory_ ๐map - See
getmemsizeon the Orbis for a reference. - load_
pmap ๐ - See
pmap_bootstrapon the Orbis for a reference. - main ๐
- This will be called by [
krt] crate. - run ๐
- setup ๐
- swapper ๐
- See
schedulerfunction on the Orbis for a reference.