Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2001 10:07:44 -0600
From:      Lucas Bergman <lucas@slb.to>
To:        "Philip J. Koenig" <pjklist@ekahuna.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Compaq Prosignia and memory
Message-ID:  <20010208100744.A15630@billygoat.slb.to>
In-Reply-To: <3A821CF7.30483.74002C@localhost>; from pjklist@ekahuna.com on Thu, Feb 08, 2001 at 04:13:43AM -0800
References:  <3A821CF7.30483.74002C@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
> Trying to install FreeBSD 4.2... Everything seems OK except for
> memory.  FreeBSD is only recognizing 16MB or less of installed
> memory. (double-checked this using dmesg)
> 
> Now this machine has both PCI and EISA slots.  I remember in the bad
> old days of Netware 3.1x, sometimes on EISA servers you had to
> manually "register memory" for it to see all the memory...

This reflects a limitation in your BIOS; it's limited to reporting
(incorrectly) 16 MB in CMOS RAM.  You can "hardcode" the amount of
memory you have in the kernel by using the `MAXMEM' option; see LINT
for details.  IIRC, you'll want

  options MAXMEM="(96*1024)"

for a 96-MB machine.

Good luck,
Lucas


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010208100744.A15630>