From owner-freebsd-hackers Sat May 27 16:03:37 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA09155 for hackers-outgoing; Sat, 27 May 1995 16:03:37 -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 QAA09149 for ; Sat, 27 May 1995 16:03:31 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id JAA18466; Sun, 28 May 1995 09:01:19 +1000 Date: Sun, 28 May 1995 09:01:19 +1000 From: Bruce Evans Message-Id: <199505272301.JAA18466@godzilla.zeta.org.au> To: freebsd-hackers@FreeBSD.org, henrich@crh.cl.msu.edu Subject: Re: LINT additions Sender: hackers-owner@FreeBSD.org Precedence: bulk ># MAXMEM Specified the maximum amount of ram in the system in kilobytes. Only ># use this if your BIOS is broken (I.e. Compaq's). You can specify as e.g., Actually, FreeBSD's determination of the memory size is broken. It doesn't even use the BIOS except to print a warning if there is a conflict. The memory size in the CMOS RAM has priority. There are conflicting standards for the size in the CMOS RAM. ># large an amount as you expect will eventually be in the system, as ># FreeBSD is smart enough to recompute the max memory size by scanning ># for the presence of this much memory. It's not smart enough. Probing beyond the end of physical memory can cause an NMI trap for a parity error. The first NMI trap is fatal. Bruce