From owner-freebsd-stable Sat Oct 26 03:48:29 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA16912 for stable-outgoing; Sat, 26 Oct 1996 03:48:29 -0700 (PDT) Received: from index.europe.yahoo.com (index.europe.yahoo.com [195.232.80.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA16906 for ; Sat, 26 Oct 1996 03:48:24 -0700 (PDT) From: mli@zd.com Received: from markli.ziffuk.ziff.com (markli.ziffuk.ziff.com [140.244.107.108]) by index.europe.yahoo.com (8.6.12/8.6.12) with SMTP id MAA28538 for ; Sat, 26 Oct 1996 12:48:20 +0200 Message-ID: <3271EBE3.3C4F@zd.com> Date: Sat, 26 Oct 1996 11:45:55 +0100 X-Mailer: Mozilla 3.0 (Win95; I) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: kernel build problem to support more RAM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've added another 64Mbs of RAM to a server (total 128Mbs) and I'm trying to rebuild the kernel to recognize new RAM. I've added the following line to the config file: options "MAXMEM='(128*1024)'" and tried options "MAXMEM=131072" config does not report any problems. When I run /usr/bin/make I get: Makefile:24: *** missing separator. Stop. Cannot think what to try next. Thanks, Mark