Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 1997 11:19:39 +1000 (EST)
From:      Andrew <andrew@house.key.net.au>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/3400: MAXMEM uses maths in LINT
Message-ID:  <199704280119.LAA06707@house.key.net.au>
Resent-Message-ID: <199704280120.SAA10432@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704280119.LAA06707>