From owner-freebsd-questions Fri Jan 5 21:16:50 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25146 for questions-outgoing; Fri, 5 Jan 1996 21:16:50 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA25136 for ; Fri, 5 Jan 1996 21:16:47 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id WAA03591; Fri, 5 Jan 1996 22:14:19 -0700 From: Terry Lambert Message-Id: <199601060514.WAA03591@phaeton.artisoft.com> Subject: Re: Problem building a new kernel To: d_burr@ix.netcom.com (Donald Burr) Date: Fri, 5 Jan 1996 22:14:19 -0700 (MST) Cc: scg@lawtech.com, questions@freebsd.org In-Reply-To: from "Donald Burr" at Jan 5, 96 06:24:42 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk > b) munge up the source code so that, if npx0 is commented out, it'll > still work (and refer to the software emulator?) This is easy. 1) Remove references to a defined NPX variable. Treat #ifdef'ed code as if it were defined to be 1. 2) Remove the line from the config file 3) In /sys/i386/conf/files.i386, change: i386/isa/npx.c optional npx device-driver to: i386/isa/npx.c standard Then the problem will never happen again. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.