From owner-freebsd-questions Mon Jan 22 03:03:12 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA29812 for questions-outgoing; Mon, 22 Jan 1996 03:03:12 -0800 (PST) Received: from franklin-fddi.cris.com (franklin-fddi.cris.com [199.3.126.7]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA29806 for ; Mon, 22 Jan 1996 03:03:09 -0800 (PST) Received: from chad.gaianet.net by franklin-fddi.cris.com [1-800-745-CRIS (voice)] Received: by chad.gaianet.net with Microsoft Mail id <01BAE876.32BF6920@chad.gaianet.net>; Mon, 22 Jan 1996 03:03:26 -0800 Message-ID: <01BAE876.32BF6920@chad.gaianet.net> From: Chad Shackley To: "'questions@freebsd.org'" Subject: Kernel recompile Date: Mon, 22 Jan 1996 03:03:20 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Sender: owner-questions@freebsd.org Precedence: bulk I copied the GENERIC file to a KERNEL file, changed the identifcation = line from GENERIC to KERNEL, and got a compile error: ../../nfs/nfs_nqlease.c In function 'nqsrv-getlease': nqsrv_l undeclared (first use of this function) Each undeclared identifier is reported once for each function it appears. Parse error before character 0357 I didn't have this problem with another machine, but I did modify the = kernel before recompiling it. However, I wanted to see if I was somehow = making changes on the new machine causing the kernel not to recompile. = I don't think I was, though, all I changed was the identification line. Anyone know why that happened? Also, I just want to see if there was anything else I should do for the = memory of the machine. It has 128 MB of RAM, and the only reference I = found was to add=20 options "MAXMEM=3D131072" to the kernel. Is that it? Thanks. Chad