|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <kernel.h>#include <memory.h>#include <safemem.h>#include <platform.h>#include <stdlib.h>#include <mips.h>Functions | |
| void | _start (void) |
| void | safeKmapInit (void) |
Initialize kernel mappings.
| void safeKmapInit | ( | void | ) |
Initialize kernel mappings to include statically configured kernel memory. Includes kernel text, data, stack, memory region table, and page table table.
1.8.5