vm: add MEMPROTECT feature in vm.h.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user