boot e820 memory detection fixes
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
/* VM behaviour */
|
||||
#define MEMPROTECT 0 /* Slab objects not mapped. Access with USE() */
|
||||
#define JUNKFREE 0 /* Fill freed pages with junk */
|
||||
#define JUNKFREE 1 /* Fill freed pages with junk */
|
||||
#define NONCONTIGUOUS 0 /* Make phys pages max. noncontiguous */
|
||||
|
||||
/* How noisy are we supposed to be? */
|
||||
|
||||
Reference in New Issue
Block a user