| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Fri, 17 Jun 2005 12:34:45 -0700 (PDT) |
:Output is below. sysctl (under FreeBSD) reports the following
well well well. The phys_avail[] array is being overflowed.
Try changing:
vm_paddr_t phys_avail[16];
To:
vm_paddr_t phys_avail[10];
In /usr/src/sys/i386/i386/machdep.c
-Matt