From owner-freebsd-hackers Thu Jul 18 15:59:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA25911 for hackers-outgoing; Thu, 18 Jul 1996 15:59:58 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA25906 for ; Thu, 18 Jul 1996 15:59:55 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id PAA01117; Thu, 18 Jul 1996 15:59:33 -0700 (PDT) To: Robert Shady cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Using >64MB RAM In-reply-to: Your message of "Thu, 18 Jul 1996 18:54:08 EDT." <199607182254.SAA25303@server.id.net> Date: Thu, 18 Jul 1996 15:59:32 -0700 Message-ID: <1115.837730772@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > As stupid as this may sound...I've got 2.2-960612-SNAP release running > with 96MB of RAM in the machine, which the motherboard finds without > a problem, but when FreeBSD boots it only finds 64MB. I've glanced > through the kernel config options, but didn't find a "MAXMEMORY" option > or anything laying around... What gives? ;) You're off by 3 characters. "MAXMEM" :-) Look in LINT. Jordan