From owner-cvs-sys Mon Aug 28 13:27:32 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA23968 for cvs-sys-outgoing; Mon, 28 Aug 1995 13:27:32 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id NAA23953 ; Mon, 28 Aug 1995 13:27:16 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA12688; Tue, 29 Aug 1995 06:21:09 +1000 Date: Tue, 29 Aug 1995 06:21:09 +1000 From: Bruce Evans Message-Id: <199508282021.GAA12688@godzilla.zeta.org.au> To: CVS-commiters@freefall.FreeBSD.org, cvs-sys@freefall.FreeBSD.org, wpaul@freefall.FreeBSD.org Subject: Re: 'real memory =' line in machdep.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk >I just noticed today that somebody took out the 'real memory = XXXXXXXXX' >printf() in machdep.c that used to live right after the call to >identifycpu(). Was this done on purpose, and if not, can somebody >please put it back? It went away when holes were supported. Now it would be interesting to see Maxmem, physmem + 1 (1 more for the BIOS page which probably wasn't counted as "real" before) and bad memory/holes. Bruce