Subject: 128Meg physical memory and beyond ...
To: None <port-i386@NetBSD.ORG>
From: None <rvb@sicily.odyssey.cs.cmu.edu>
List: port-i386
Date: 10/19/1997 14:59:01
I was just retooling a 1.2 kernel to deal with > 64Meg of memory.
I took a look at -current and noticed that although its more 
automatic, the parameters are still too small.  The kernel starts
at va 0xf8000000 or pde 0x3e0.  This means that the kernel has at
most 0x20 pde slots or can span 128Meg in va.  I think that this
value could get quite tight over the next year as people add more
and more memory to machines.  (I have a server now that has 256Meg
and I'm planning to use half for buffers.)  I'd like to suggest
for NetBSD 1.3 that we move the kernel start address back a bit,
to 0xf00000000 (pde 0x3c0) or maybe even further.