Crate seed_riscv

Source

Modulesยง

block ๐Ÿ”’
fs ๐Ÿ”’
image ๐Ÿ”’
logger ๐Ÿ”’
memory ๐Ÿ”’
pci ๐Ÿ”’

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