*BSD News Article 47250


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!oleane!tank.news.pipex.net!pipex!news.mathworks.com!news.kei.com!nntp.et.byu.edu!news.caldera.com!park.uvsc.edu!usenet
From: Terry Lambert <terry@cs.weber.edu>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Compaq's, FreeBSD 2.0.5, and Memory
Date: 19 Jul 1995 04:19:02 GMT
Organization: Utah Valley State College, Orem, Utah
Lines: 27
Message-ID: <3ui13m$fon@park.uvsc.edu>
References: <3u0gud$l19@sven.mn.interact.net>
NNTP-Posting-Host: hecate.artisoft.com

greg@mn.interact.net (Greg Rowe) wrote:
]
]  I've tried before to get past the problems with using over 16 megs of Memory on a
] Compaq EISA bus machine. I followed Terry Lambert's (and a few others) suggestions on
] changing the meminit routine, and although the kernel now says I have 24 meg of memory,
] it then marks the memory over 16 meg as bad.
] 
]  My question is, has anyone managed to get a Compaq EISA bus system to run FreeBSD with
] over 16 megs of memory, and if so what model Compaq was it ? Thanks.

You may have to go to the current code to get this; add:

	options "MAXMEM=6144"

to your config file and build yourself a kernel.

This should be all that's necessary (it's obviously bee a while
since you first posted).

The size is in 4k pages.


                                        Terry Lambert
                                        terry@cs.weber.edu
---
Any opinions in this posting are my own and not those of my present
or previous employers.