From owner-freebsd-questions Sun Apr 27 17:03:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA06618 for questions-outgoing; Sun, 27 Apr 1997 17:03:27 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA06591 for ; Sun, 27 Apr 1997 17:03:22 -0700 (PDT) Received: from interweb.hou.neo.net (interweb.hou.neo.net [206.109.6.62]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA29921 for ; Sun, 27 Apr 1997 16:26:43 -0700 (PDT) Received: (from root@localhost) by interweb.hou.neo.net (8.8.5/8.6.12) id SAA00577 for support@freebsd.org; Sun, 27 Apr 1997 18:29:26 GMT Date: Sun, 27 Apr 1997 18:29:26 GMT From: Richard Finn Message-Id: <199704271829.SAA00577@interweb.hou.neo.net> To: support@FreeBSD.ORG Subject: upgrade Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I recently upgraded my system from 2.1.6 to 2.1.7.1 (previously updated from 2.1.0 to 2.1.6). In my customized kernel I have a line that states: options "MAXMEM=(32*1024)" When I run the config on it it creates a line in the Makefile: IDENT=-DGAWAIN -DI586_CPU -DXSERVER -DATAPI -DMAXMEM=(32*1024) -DSYSVMSG -DSYSVSEM -DSYSVSHM -DVISUAL_USERCONFIG -DUSERCONFIG -DUCONSOLE -DCOMPAT_43 -DPROCFS -DFFS -DINET When I try to make the new kernel I get an error: Syntax error: "(" unexpected *** Error code 2 Stop. The only way to make the error go away is to take the MAXMEM part out of the Makefile... but I need FreeBSD to recognize all my RAM. Richard Finn rfinn@houston-interweb.com