My ia64 box for some reason likes to fragment the beginning/end of memory

a bit before handing it over to the OS.  I occasionally have 11
segments with several 8K or so fragments depending on nvram settings and
what I have done under loader(8) before booting.  This needs to be
revisited.
This commit is contained in:
Peter Wemm 2002-03-19 11:18:47 +00:00
parent 3b406873c7
commit 5044ed104d

View File

@ -144,7 +144,7 @@ int totalphysmem; /* total amount of physical memory in system */
int physmem; /* physical memory used by NetBSD + some rsvd */
int resvmem; /* amount of memory reserved for PROM */
vm_offset_t phys_avail[20];
vm_offset_t phys_avail[100];
static int
sysctl_hw_physmem(SYSCTL_HANDLER_ARGS)