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
ProcAbi
for kernel process.
Staticsยง
- KERNEL_
HEAP ๐ - PRIMITIVE_
HEAP ๐
Functionsยง
- adjust_
boot_ ๐area - See
mp_bootaddress
on the Orbis for a reference. - create_
init ๐ - See
create_init
function on the Orbis for a reference. - init_vm ๐
- See
vm_mem_init
function on the Orbis for a reference. - load_
memory_ ๐map - See
getmemsize
on the Orbis for a reference. - load_
pmap ๐ - See
pmap_bootstrap
on the Orbis for a reference. - main ๐
- This will be called by [
krt
] crate. - run ๐
- setup ๐
- swapper ๐
- See
scheduler
function on the Orbis for a reference.