boot e820 memory detection fixes

This commit is contained in:
Ben Gras
2011-08-31 22:01:59 +00:00
parent cb54d96eec
commit 1dfd43ac27
9 changed files with 60 additions and 48 deletions

View File

@@ -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? */