From owner-freebsd-bugs Tue Oct 7 19:28:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA10753 for bugs-outgoing; Tue, 7 Oct 1997 19:28:15 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA10748 for ; Tue, 7 Oct 1997 19:28:10 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id TAA16222; Tue, 7 Oct 1997 19:29:49 -0700 (PDT) Message-Id: <199710080229.TAA16222@implode.root.com> To: Wolfgang Helbig cc: jd@alumni.cs.uwm.edu, bugs@FreeBSD.ORG Subject: Re: real memory = 68091904 (66496K bytes) In-reply-to: Your message of "Wed, 08 Oct 1997 03:00:32 +0200." <199710080100.DAA01120@rvc1.informatik.ba-stuttgart.de> From: David Greenman Reply-To: dg@root.com Date: Tue, 07 Oct 1997 19:29:48 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >> I have a pentium (P5) 200 MHz system, with 128 meg of edo >> ram installed. The motherboard has the TX chipset, which >> allows only the first 64 meg to be cache'able. >> >> Why does unix only find 64 meg of ram? > >I guess this belongs to the FreeBSD-questions list instead, because >it's not a bug. >You have to set >options "MAXMEM=(128*1024)" >in your kernel configurtion file. See /sys/i386/conf/LINT for more >info about MAXMEM. Actually, that's no longer necessary. There was a bug in the new autodetection, however, which is why it only found 65MB of RAM. That problem has been fixed in -current and it should properly detect all of his memory without any special kernel options. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project