From owner-freebsd-bugs Sun Apr 27 18:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA10459 for bugs-outgoing; Sun, 27 Apr 1997 18:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA10432; Sun, 27 Apr 1997 18:20:02 -0700 (PDT) Resent-Date: Sun, 27 Apr 1997 18:20:02 -0700 (PDT) Resent-Message-Id: <199704280120.SAA10432@hub.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.ORG, andrew@ugh.net.au Received: from house.key.net.au (root@[203.35.4.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA10381 for ; Sun, 27 Apr 1997 18:19:42 -0700 (PDT) Received: (from andrew@localhost) by house.key.net.au (8.8.5/8.8.5) id LAA06707; Mon, 28 Apr 1997 11:19:39 +1000 (EST) Message-Id: <199704280119.LAA06707@house.key.net.au> Date: Mon, 28 Apr 1997 11:19:39 +1000 (EST) From: Andrew Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3400: MAXMEM uses maths in LINT Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3400 >Category: docs >Synopsis: MAXMEM uses maths in LINT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 27 18:20:01 PDT 1997 >Last-Modified: >Originator: Andrew >Organization: >Release: FreeBSD 2.1.7-RELEASE i386 >Environment: >Description: /usr/src/sys/i386/conf/LINT contains the line: options "MAXMEM=(128*1024)" yet this will make a kernel compile fail. >How-To-Repeat: >Fix: Change the line in /usr/src/sys/i386/conf/LINT that says: options "MAXMEM=(128*1024)" to read: options "MAXMEM=(131072)" A patch (just 'cause this is one of the few bug sI know how to fix :-) would be: *** LINT Sun Nov 10 22:21:15 1996 --- LINT.new Mon Apr 28 11:16:32 1997 *************** *** 431,437 **** options "AUTO_EOI_1" #options "AUTO_EOI_2" options BOUNCE_BUFFERS ! options "MAXMEM=(128*1024)" options DUMMY_NOPS #options "TUNE_1542" #options "BROKEN_KEYBOARD_RESET" --- 431,437 ---- options "AUTO_EOI_1" #options "AUTO_EOI_2" options BOUNCE_BUFFERS ! options "MAXMEM=(131072)" #options DUMMY_NOPS #options "TUNE_1542" #options "BROKEN_KEYBOARD_RESET" >Audit-Trail: >Unformatted: