Subject: Re: CVS commit: syssrc/sys/arch/vax/include
To: None <thorpej@netbsd.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: source-changes
Date: 02/22/2002 15:16:28
Eeeek! Now the kernel cannot boot on standard VS2k and other small-memory
machines anymore! The old 24M data size was carefully calculated...
Please revert this, the solution is to remove the sbrk() interface
to get rid of this problem. (I'm testing a solution for this).

-- Ragge

> 
> Module Name:	syssrc
> Committed By:	thorpej
> Date:		Tue Feb 19 22:44:36 UTC 2002
> 
> Modified Files:
> 	syssrc/sys/arch/vax/include: vmparam.h
> 
> Log Message:
> Bump the default data limit to 32M and the max data limit to 64M.
> These are the same values that the hp300 port uses (lesser hp300s
> have roughly the same memory constraints as "lesser" vaxen), and
> bumping them allows us to run a statically linked ELF groff(1).
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.36 -r1.37 syssrc/sys/arch/vax/include/vmparam.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> 
>