From owner-freebsd-hackers Sat May 27 15:22:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA06980 for hackers-outgoing; Sat, 27 May 1995 15:22:25 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA06974 for ; Sat, 27 May 1995 15:22:23 -0700 Message-Id: <199505272222.PAA06974@freefall.cdrom.com> Received: by crh.cl.msu.edu (1.38.193.4/16.2) id AA03262; Sat, 27 May 1995 18:22:16 -0400 From: Charles Henrich Subject: LINT additions To: freebsd-hackers@FreeBSD.org Date: Sat, 27 May 1995 18:22:16 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 658 Sender: hackers-owner@FreeBSD.org Precedence: bulk We should add something like the following to the LINT kernel: # # 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/