From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 19 03:42:48 2005 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1296316A41F for ; Tue, 19 Jul 2005 03:42:48 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id D11B243D48 for ; Tue, 19 Jul 2005 03:42:47 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B233972DD4; Mon, 18 Jul 2005 20:42:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id AD41072DCB; Mon, 18 Jul 2005 20:42:47 -0700 (PDT) Date: Mon, 18 Jul 2005 20:42:47 -0700 (PDT) From: Doug White To: Attila Nagy In-Reply-To: <42D7E779.60203@fsn.hu> Message-ID: <20050718204015.T41415@carver.gumbysoft.com> References: <42D7E779.60203@fsn.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: amd64@freebsd.org Subject: Re: DL145G2 cache memory X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2005 03:42:48 -0000 On Fri, 15 Jul 2005, Attila Nagy wrote: > Hello, > > On an HP DL145G2, I see something like the following at startup time > (BIOS screens): > Main memory: 4092 MB > Cache memory: 1024 MB > > The machine has 4 GB RAM, and the dmesg tells me: > real memory = 5368709120 (5120 MB) > avail memory = 4119322624 (3928 MB) > > Do you have any ideas what should be this? Both are correct, it just depends on how you count it. The "real memory" number from FreeBSD is apparently skipping over the PCI memory hole, which is a Good Thing since that amount of memory is not being lost. The CPU cache is not counted as part of main memory. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org