From owner-freebsd-questions Thu Jun 26 16:45:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA19929 for questions-outgoing; Thu, 26 Jun 1997 16:45:59 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA19924 for ; Thu, 26 Jun 1997 16:45:55 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id QAA11257 for ; Thu, 26 Jun 1997 16:45:49 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id BAA03620; Fri, 27 Jun 1997 01:44:39 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199706262344.BAA03620@helbig.informatik.ba-stuttgart.de> Subject: Re: trouble compiling the kernel In-Reply-To: from Peter David Roehsler at "Jun 26, 97 09:06:42 am" To: roehsler@dca.net (Peter David Roehsler) Date: Fri, 27 Jun 1997 01:44:38 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hello, > > I've written a new kernel but when I try to compile it it does not work. > this is what i get: > > /usr/sbin/config DAVERS > Removing old directories ../../compile DAVERS: Done. > config: cant' open ../conf/devices.(null) > > Any ideas? Did you accidently remove or change machine "i386" from your kernel configuration file? It should be the first non comment line. Wolfgang