From owner-freebsd-questions Tue Sep 10 17:39:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA26777 for questions-outgoing; Tue, 10 Sep 1996 17:39:51 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [206.54.227.6]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA26772 for ; Tue, 10 Sep 1996 17:39:49 -0700 (PDT) Received: from arabian.astrolab (dial235.nconnect.net [206.54.227.235]) by atlantis.nconnect.net (8.7.3/8.7.3) with SMTP id TAA01744; Tue, 10 Sep 1996 19:34:42 -0500 (CDT) Message-ID: X-Mailer: XFMail 0.4 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <2.2.16.19960909224637.2c0f82e4@rs6000.cmp.ilstu.edu> Date: Tue, 10 Sep 1996 19:33:08 -0500 (CDT) Organization: Computer Specialists / Astrolab Development From: Randy To: Greg Flint Subject: RE: Kernel Probs Cc: freebsd-questions@FreeBSD.ORG Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 10-Sep-96 Greg Flint wrote: >>This is my Kernel conf file. I get an error when I do the make. If anyone >could help me out with this one I would greatly appreciate it. >System Specs >VESA Local Bus >1.44 FD >420 HDD >486-DX 33 8M RAM >1M VESA Video Card >No CD-Rom >If you need more specs, lemmie know. Thanks, > Greg > Greetings, Why are the following in your kernel? ... >controller eisa0 >controller ncr0 >controller ahb0 >controller ahc0 Does the machine have an EISA bus? If not, and you're not using an Adaptec 28xx Controller, you should take this out. Also, if you don't have any of the SCSI controllers installed, take them out as well. This is only a guess.... I'm sorta new at FBSD and UNIX in general. Lemme know what happens! Randy