Subject: Re: Netscape?
To: Michael L. Hitch <mhitch@msu.oscs.montana.edu>
From: Ignatios Souvatzis <ignatios@theory.cs.uni-bonn.de>
List: port-amiga
Date: 04/07/1998 11:44:44
> Markus Illenseer <markus@core.de> writes: 
> >  URL:
> > 
> >  http://www.bga.com/~khym/netbsd/mozilla-netbsd-m68k.gz
> > 
> >  Michael, please post the required changes / kernel option. I can`t
> > find the option.
> 
> diff -u /a/src/sys/arch/amiga/include/vmparam.h sys/arch/amiga/include/vmparam.h
> --- /a/src/sys/arch/amiga/include/vmparam.h	Mon Mar 23 05:12:33 1998
> +++ sys/arch/amiga/include/vmparam.h	Mon Apr  6 10:49:07 1998
> @@ -71,7 +71,7 @@
>   */
>  
>  #ifndef MAXTSIZ
> -#define	MAXTSIZ		(6*1024*1024)		/* max text size */
> +#define	MAXTSIZ		(8*1024*1024)		/* max text size */
>  #endif

...

oh, simply rebuild your kernel with 

options "MAXTSIZ=8388608"

thats why the #ifndef is there...

(but dont forget to make clean before recompiling).

Regards,
	Ignatios