Return to BSD News archive
#! rnews 1638 bsd Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!usenet.eel.ufl.edu!news-res.gsl.net!news.gsl.net!hunter.premier.net!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: 64 meg limitation? Date: Fri, 09 Aug 1996 14:23:19 -0700 Organization: Me Lines: 24 Message-ID: <320BAC47.228C283E@lambert.org> References: <320A424A.3B02369F@ibm.net> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) Oliver Fehr wrote: ] is there a limitation in FreeBSD (and Linux) preventing it from ] recognizing more than 64 meg of ram. (I don't think so but my ] DEC celebris 100 has 128 and FreeBSD keeps telling me that i ] only have 64). There is no system interface for PC's that allows you to determine an amount of memory over 64M. In general, this limit is 32M (for the sign bit) and 16M on Compaq and Dell systems, which use the CMOS bits for other things. There are compilation options that allow you to override the probe reported amount (freefall.cdrom.com was 196M or so at one time; maybe it still is). For FreeBSD, you should look at /sys/i386/conf/LINT, which documents the option (assuming you are running a recent release). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.