|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <kernel.h>#include <safemem.h>#include <mips.h>#include <thread.h>Functions | |
| int | safeMap (void *page, short attr) |
Map a page of memory to the page table.
| int safeMap | ( | void * | page, |
| short | attr | ||
| ) |
Map a page of memory to the page table record with attributes.
| page | page to insert into page table. |
| attr | attributes to apply to page. |
1.8.5