From owner-freebsd-hackers Fri Apr 25 03:18:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA06217 for hackers-outgoing; Fri, 25 Apr 1997 03:18:38 -0700 (PDT) Received: from smtp.enteract.com (qmailr@char-star.rdist.org [206.54.252.22]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA06212 for ; Fri, 25 Apr 1997 03:18:36 -0700 (PDT) Received: (qmail 11689 invoked from network); 25 Apr 1997 10:18:35 -0000 Received: from enteract.com (mrfoine@206.54.252.1) by char-star.rdist.org with SMTP; 25 Apr 1997 10:18:35 -0000 Date: Fri, 25 Apr 1997 05:18:34 -0500 (CDT) From: Wayne Baety Reply-To: Wayne Baety To: David Langford cc: Michael Smith , joe@via.net, mrcpu@cdsnet.net, hackers@freebsd.org Subject: Re: Can't put 512MB ram in box ... Extended memory question. In-Reply-To: <199704230411.SAA01625@caliban.dihelix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 22 Apr 1997, David Langford wrote: > >> Why the need for the MAXMEM config variable? Why not two MAXMEM variables... MAXMEMLO MAXMEMHIGH or something the like > >> > >> Why not just probe for maximum memosry size at boot time? > > > >Because there's no standard behaviour when it comes to accessing > >nonexistent memory. Some systems mirror their memory, ie. with 64M on > >the board, addresses are all modulo-64M. Others will spontaneously > >reboot if you try to access an address with no memory behind them.