vm: add MEMPROTECT feature in vm.h.
This commit is contained in:
parent
77267ca28b
commit
068944de36
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#define VMSTATS 0
|
||||
|
||||
/* VM behaviour */
|
||||
#define MEMPROTECT 0 /* Slab objects not mapped. Access with USE() */
|
||||
#define JUNKFREE 0 /* Fill freed pages with junk */
|
||||
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */
|
||||
|
||||
|
|
Loading…
Reference in a new issue