Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Netscape?



> Markus Illenseer <markus%core.de@localhost> 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




Home | Main Index | Thread Index | Old Index