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:
parent
4cf9a535a8
commit
8f155a8f2e
@ -830,7 +830,7 @@ isa_irq_pending(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#define PHYSMAP_SIZE (2 * 8)
|
||||
#define PHYSMAP_SIZE (2 * 20)
|
||||
|
||||
u_int basemem;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user