Modulesยง
Staticsยง
- ALLOCATOR ๐
- MEMORY_
MANAGER ๐ - _bss_
end ๐ โ - _bss_
start ๐ โ - _seed_
end ๐ โ - _seed_
start ๐ โ - _stack_
bottom ๐ โ - _stack_
top ๐ โ
Functionsยง
- alloc_
and_ ๐map_ kernel_ heap - Allocate memory for the kernel heap, and dynamically map it into the address space after the kernel. We tell the kernel where to find it via the boot info.
- create_
boot_ ๐info - Allocate memory for the boot info, and dynamically map it into the address space after the kernel.
- seed_
main - trap_
handler