Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
#include <mips.h>
#include <stdlib.h>
Functions | |
int | safeUnmap (void *page) |
Unmap a page from the page table.
int safeUnmap | ( | void * | page | ) |
Unmap a page from the page table.
page | page to remove from page table. |