UbixOS
2.0
|
#include <vmm/vmm.h>
#include <vmm/paging.h>
#include <sys/kern_sysctl.h>
#include <ubixos/spinlock.h>
#include <ubixos/kpanic.h>
#include <string.h>
Go to the source code of this file.
Functions | |
void * | vmm_copyVirtualSpace (pidType pid) |
void* vmm_copyVirtualSpace | ( | pidType | pid | ) |
Definition at line 51 of file copyvirtualspace.c.
References spinLock().
Referenced by fork_copyProcess(), and sys_fork().