From owner-freebsd-stable Wed May 17 13:18:33 2000 Delivered-To: freebsd-stable@freebsd.org Received: from alcanet.com.au (mail.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 315AD37BD2A for ; Wed, 17 May 2000 13:18:25 -0700 (PDT) (envelope-from jeremyp@pc0640.alcatel.com.au) Received: by border.alcanet.com.au id <115207>; Thu, 18 May 2000 06:18:28 +1000 From: Peter Jeremy Subject: Re: curious about memory report usingfreebsd v3.3-release In-reply-to: <20000513201513.A39032@phoenix.welearn.com.au>; from jon@welearn.com.au on Sat, May 13, 2000 at 08:15:51PM +1000 To: Jonathan Michaels Cc: freebsd-stable@FreeBSD.org Message-Id: <00May18.061828est.115207@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0i Content-type: text/plain; charset=us-ascii References: <20000513201513.A39032@phoenix.welearn.com.au> Date: Thu, 18 May 2000 06:18:25 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 13, 2000 at 08:15:51PM +1000, Jonathan Michaels wrote: >my question is why does the freebsd installation bootstrap >diskette report my (home built -- from quality, new parts on a >supermicro motherboard p6sne) pentium pro's systm memory as >being only 639 kbyte .. shouldn't it be 640 kbyte ?? PC BIOSes normally reserve 1KB of low-RAM for their own purposes. FreeBSD 2.x ignored this and (AFAIK) just used all the memory. FreeBSD 3.x and later leaves the BIOS RAM alone so that the kernel can safely use BIOS functions - primarily in the loader, but also to determine total RAM size and for APM. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message