From owner-freebsd-questions Thu Feb 5 20:49:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25130 for questions-outgoing; Thu, 5 Feb 1998 20:49:07 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (root@jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25036 for ; Thu, 5 Feb 1998 20:48:33 -0800 (PST) (envelope-from jcwells@u.washington.edu) Received: from saul3.u.washington.edu (root@saul3.u.washington.edu [140.142.83.1]) by jason03.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id UAA16312; Thu, 5 Feb 1998 20:48:26 -0800 Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by saul3.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id UAA07655; Thu, 5 Feb 1998 20:48:25 -0800 (PST) Date: Thu, 5 Feb 1998 20:48:14 -0800 (PST) From: "Jason C. Wells" X-Sender: jason@s8-37-26.student.washington.edu Reply-To: "Jason C. Wells" To: "Jin Soo, Kim" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel configuration help!! In-Reply-To: <199802060330.WAA12320@acmey.gatech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Thu, 5 Feb 1998, Jin Soo, Kim wrote: > I know i sent this before.. but it was from the wrong server.. > I need help with this configuration.. it won't compile > thanx in advance.. What are your error messages. Why won't it compile? Do you have the full '/usr/src/sys' directory on your machine? >From the file you included it seems that you have missed a bit. The most glaring error is that you have options for four cpu types. You need only one of these entries. If you have a standard pentium use this. cpu "I586_CPU" Without knowing about your system it is very hard to know why your kernel won't compile. Send some error messages. For info on compiling a custom kernel start here. http://www.freebsd.org/handbook/handbook37.html#39 Good luck, Jason Wells > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > # > # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks > # > # For more information read the handbook part System Administration -> > # Configuring the FreeBSD Kernel -> The Configuration File. > # The handbook is available in /usr/share/doc/handbook or online as > # latest version from the FreeBSD World Wide Web server > # > # > # An exhaustive list of options and more detailed explanations of the > # device lines is present in the ./LINT configuration file. If you are > # in doubt as to the purpose or necessity of a line, check first in LINT. > # > # $Id: GENERIC,v 1.77.2.12 1997/10/18 11:03:10 joerg Exp $ > > machine "i386" > cpu "I386_CPU" > cpu "I486_CPU" > cpu "I586_CPU" > cpu "I686_CPU" > ident JIN > maxusers 10 *** major snip ***