From owner-freebsd-hackers Thu Jul 6 22:33:57 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17813 for hackers-outgoing; Thu, 6 Jul 1995 22:33:57 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA17807 for ; Thu, 6 Jul 1995 22:33:40 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA06379; Fri, 7 Jul 1995 15:28:27 +1000 Date: Fri, 7 Jul 1995 15:28:27 +1000 From: Bruce Evans Message-Id: <199507070528.PAA06379@godzilla.zeta.org.au> To: hackers@freebsd.org, jaitken@vt.edu Subject: Re: Booting/NCR problems [long] Sender: hackers-owner@freebsd.org Precedence: bulk >[... as an aside, what the hell does this mean? ...] >BIOS basemem (635K) != RTC basemem (640K) This means that the BIOS reserves 5K of memory for something and that FreeBSD will not use that memory (actually 8K = 5K rounded up to a page boundary) when it stops abusing the CMOS. Bruce