Fukurō
A highly portable microkernel
Loading...
Searching...
No Matches
vm.h
Go to the documentation of this file.
1#ifndef FUKURO_SYS_VM_VM_H
2# define FUKURO_SYS_VM_VM_H 1
3
4/* our virtual memory manager is mosly based on Rashid's paper
5 * https://research.cs.wisc.edu/areas/os/Qual/papers/mach-memory.pdf
6 */
7
13
18
23
28
33
38
43
48
53
54#endif /* !FUKURO_SYS_VM_VM_H */
vm_regions()
vm_copy()
vm_protect()
vm_inherit()
vm_deallocate()
vm_statistics()
vm_write()
vm_allocate()
vm_read()