Subject: Re: non-continues memory support broken on current?
To: None <port-amiga@NetBSD.ORG>
From: Matthias Scheler <tron@lyssa.owl.de>
List: port-amiga
Date: 04/14/1998 17:26:16
In article <199804141649.SAA11827@theory.cs.uni-bonn.de>,
	Ignatios Souvatzis <ignatios@theory.cs.uni-bonn.de> writes:
> well.... if you didnt use -n0 by mistake, my guess is the LIMITMEM is still
> active in your sources. 

I doubt that because I have the same problem.

> can you check please? (that would be:
> - amiga_init.c

tron@sandra:/usr/src/sys/arch/amiga/amiga>grep LIMITMEM amiga_init.c
#ifdef LIMITMEM
        if (fphysize > LIMITMEM*1024*1024)
                fphysize = LIMITMEM*1024*1024;
tron@sandra:/usr/src/sys/arch/amiga/amiga>

> - the Makefile/...

tron@sandra:/usr/src/sys/arch/amiga/compile/SANDRA>grep LIMIT Makefile 
tron@sandra:/usr/src/sys/arch/amiga/compile/SANDRA>

> ... config

tron@sandra:/usr/src/sys/arch/amiga/conf>grep LIMIT SANDRA 
#options        LIMITMEM=24     # Don't use more than LIMITMEM MB of the
tron@sandra:/usr/src/sys/arch/amiga/compile/SANDRA>

-- 
Matthias Scheler                                http://home.owl.de/~tron/