#include <vmm/vmm.h>
Go to the source code of this file.
Functions | |
| void * | vmmCreateVirtualSpace (pid_t pid) |
| void* vmmCreateVirtualSpace | ( | pid_t | pid | ) |
Definition at line 81 of file createvirtualspace.c.
References PAGE_DEFAULT, pageEntries, parentPageDirAddr, tablesBaseAddress, vmm_getPhysicalAddr(), vmmGetFreePage(), and vmmUnmapPage().
Referenced by execFile().
1.4.7