From owner-freebsd-questions@FreeBSD.ORG Thu May 22 13:42:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8606537B401 for ; Thu, 22 May 2003 13:42:21 -0700 (PDT) Received: from express18.propagation.net (express18.propagation.net [66.221.151.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0A9543F3F for ; Thu, 22 May 2003 13:42:20 -0700 (PDT) (envelope-from allen@vonderschmidt.org) Received: from avlaptop (adsl-208-190-203-99.dsl.kscymo.swbell.net [208.190.203.99])h4MKg8523715; Thu, 22 May 2003 15:42:08 -0500 From: "Wm. Allen Vonderschmidt" To: "'Dan Nelson'" Date: Thu, 22 May 2003 15:42:09 -0500 Organization: Mine Message-ID: <003401c320a2$9d6d90a0$140a0aac@avlaptop> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20030522165741.GB1694@dan.emsphone.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: RAM in a Compaq 2500. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 20:42:21 -0000 Thanks, by the time I got this from you I had already received a suggestion to add 'option MAXMEM="262144" ' into the kernel and recompile it. That has solved the issue. Thanks for the quick response to both Dan and Jon Gross. Allen -----Original Message----- From: Dan Nelson [mailto:dnelson@allantgroup.com] Sent: Thursday, May 22, 2003 11:58 AM To: Wm. Allen Vonderschmidt Cc: freebsd-questions@freebsd.org Subject: Re: RAM in a Compaq 2500. In the last episode (May 22), Wm. Allen Vonderschmidt said: > I have a Compaq 2500 with 256MB of RAM installed. I have removed the > Win2K server installed and replaced it with FreeBSD 4.8-RELEASE. > According to sysctl I seem to only have 12MB of RAM > (hw.physmem: 12099584). Win2K was seeing all 256MB until it was > replaced. Any suggestions as to where to check for the disconnect? > Thanks in advance. Compaq's don't return the right values to the BIOS memory calls, so you have to override the results. Try adding this to /boot/loader.conf: hw.physmem="256M" -- Dan Nelson dnelson@allantgroup.com