Subject: Re: 128+ megs of ram ?
To: Michiel Meijer <M.Meijer@caiw.nl>
From: Frank van der Linden <frank@wins.uva.nl>
List: port-i386
Date: 11/25/1997 15:02:50
On Tue, Nov 25, 1997 at 01:24:01PM +0100, Michiel Meijer wrote:

[problems with > 64Mb memory, specifically > 124Mb]

What version of NetBSD are you running? It sounds like you are
running out of kernel virtual address space. You can, for example,
limit the number of buffer pages used to make the KVA usage a bit
smaller (options BUFPAGES=xxx), or patch the 'bufpages' variable
in the kernel binary.

1.3 has the problems you are describing fixed: KVA has been bumped
from 128Mb to 256Mb and the bootcode should now detect memory amounts
> 64Mb correctly.

- Frank