Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <safemem.h>
Functions | |
int | safeMapRange (void *start, uint length, short attr) |
Map a range of pages to a page table.
int safeMapRange | ( | void * | start, |
uint | length, | ||
short | attr | ||
) |
Map a range of pages to a page table starting at start, ending at start+length.
start | beginning page address to map. |
length | length of memory range to map. |
attr | attributes to apply to page table entries. |