From owner-freebsd-bugs Tue Oct 7 21:26:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA17224 for bugs-outgoing; Tue, 7 Oct 1997 21:26:10 -0700 (PDT) (envelope-from owner-freebsd-bugs) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA17219 for ; Tue, 7 Oct 1997 21:26:07 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id VAA22521; Tue, 7 Oct 1997 21:25:01 -0700 (PDT) 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> Date: Tue, 07 Oct 1997 21:25:01 -0700 Message-ID: <22518.876284701@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It's also fixed in 2.2-stable and 3.0-current; FreeBSD now auto-probes for >64MB of memory correctly, thanks to David Greenman. Jordan > > > > 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. > > Wolfgang