From owner-cvs-all Fri Jul 2 13:33:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08EFE150B4; Fri, 2 Jul 1999 13:33:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA96372; Fri, 2 Jul 1999 13:33:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199907022033.NAA96372@freefall.freebsd.org> From: Mike Smith Date: Fri, 2 Jul 1999 13:33:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/07/02 13:33:35 PDT Modified files: sys/i386/i386 machdep.c Log: Lightly overhaul the memory sizing code again. - The kernel environment variable 'hw.physmem' can be used to set the amount of physical memory space, based at 0, that FreeBSD will use. Any memory detected over this limit is ignored. Documentation for this is available under 'help set tunables' in the loader. - In the case where system memory size can't be accurately determined, hw.physmem is used as a best-guess memory size, but speculative probing will be used to determine actual memory size if any of the guesses or hints are 16M or more. - If RB_VERBOSE, we list the memory regions as we test them. - The compile-time option MAXMEM supplies a default value for 'hw.physmem'. Revision Changes Path 1.349 +127 -80 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message