arena_t * fs_arena
the filesystem child arena
void ___kmain(uint32_t magic, void *mb_info)
___kmain is the main kernel entry point after boot
static uint8_t kmem[(1024 *1024)]
description of heap sizes in src/kernel/main.c
void * malloc(uint32_t size)
malloc is a gdb friendly wrapper around alc
arena_t * cmd_arena
the command processing child arena
void ___init(void)
___init initializes all kernel subsystems
static int ___init_called