From owner-freebsd-hackers Sat Oct 28 17:00:44 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA12084 for hackers-outgoing; Sat, 28 Oct 1995 17:00:44 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA12079 for ; Sat, 28 Oct 1995 17:00:42 -0700 Received: (from henrich@localhost) by crh.cl.msu.edu (8.6.12/8.6.12) id UAA01396 for freebsd-hackers@freebsd.org; Sat, 28 Oct 1995 20:01:00 -0400 From: Charles Henrich Message-Id: <199510290001.UAA01396@crh.cl.msu.edu> Subject: LINT addition please To: freebsd-hackers@freebsd.org Date: Sat, 28 Oct 1995 20:01:00 -0400 (EDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 731 Sender: owner-hackers@freebsd.org Precedence: bulk For those systems that do not correctly report memory size, could we please add this to LINT. Currently MAXMEM isnt documented anywhere. # 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 # 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. # # MAXMEM = MB*1024 (so a 16mb system would use MAXMEM=16384) # #options MAXMEM=262144 # -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/