*BSD News Article 85554


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!portc01.blue.aol.com!cliffs.rs.itd.umich.edu!howland.erols.net!www.nntp.primenet.com!nntp.primenet.com!nntp.uio.no!news.apfel.de!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news
From: j@uriah.heep.sax.de (J Wunsch)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: v2.1.5 Doesn't Recognize 64+ Megs RAM
Date: 23 Dec 1996 21:18:07 GMT
Organization: Private BSD site, Dresden
Lines: 28
Message-ID: <59msuf$790@uriah.heep.sax.de>
References: <01bbe823$c6460e80$bf60d4cf@sidewinder>
  <58qe1s$j9v@anorak.coverform.lan> <32b2162d.143679434@news1.gld.com>
Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)
NNTP-Posting-Host: localhost.heep.sax.de
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Newsreader: knews 0.9.6
X-Phone: +49-351-2012 669
X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F  93 21 E0 7D F9 12 D6 4E
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:33046

shultz@mail.gldcom (Mike Shultz) wrote:
            ^^^^^^ [your From address is broken]

> >options		"MAXMEM=(128*1024)"

> Hmmm, I found that you have to solve 128*1024
> the line should read: 
> options		"MAXMEM=(131072)"

Not really.  For FreeBSD < 2.2, it should read:

	options		"MAXMEM='(128 * 1024)'"

For versions >= 2.2, use:

	options		"MAXMEM=(128 * 1024)"

For the curious: the difference is that all options have been passed
through a shell previously, hence the quoting was needed (but removed
by the shell called by `make').  Now, they go into opt_foo.h header
files.  That's also referred to as ``new-style'' options.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)