Change PHYSMAP_SIZE to allow for more memory segments. The old value was

too low for certain Dell amd64 machines.
This commit is contained in:
Peter Wemm 2005-10-26 22:16:52 +00:00
parent 4cf9a535a8
commit 8f155a8f2e

View File

@ -830,7 +830,7 @@ isa_irq_pending(void)
}
#endif
#define PHYSMAP_SIZE (2 * 8)
#define PHYSMAP_SIZE (2 * 20)
u_int basemem;