Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
Functions | |
int | safeUnmapRange (void *start, uint length) |
Remove a range of pages from page table.
int safeUnmapRange | ( | void * | start, |
uint | length | ||
) |
Remove a range of pages from a page table starting at start and ending after length bytes.
start | beginning page address to remove. |
length | number of bytes to unmap for. |