From owner-freebsd-current@FreeBSD.ORG Thu Feb 12 13:40:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3AB916A4CE for ; Thu, 12 Feb 2004 13:40:30 -0800 (PST) Received: from enterprise.sd73.bc.ca (romulus-net.sd73.bc.ca [142.24.13.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 628C043D1D for ; Thu, 12 Feb 2004 13:40:30 -0800 (PST) (envelope-from fcash-ml@sd73.bc.ca) Received: from 192.168.0.200 (romulus-net.sd73.bc.ca [142.24.13.134]) i1CLWe7O001180 for ; Thu, 12 Feb 2004 13:32:41 -0800 From: Freddie Cash Organization: School District 73 To: freebsd-current@freebsd.org Date: Thu, 12 Feb 2004 13:40:09 -0800 User-Agent: KMail/1.6 References: <200402122056.i1CKuwnt093697@sleipnir.ncsa.uiuc.edu> In-Reply-To: <200402122056.i1CKuwnt093697@sleipnir.ncsa.uiuc.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402121340.09335.fcash-ml@sd73.bc.ca> X-RAVMilter-Version: 8.4.1(snapshot 20020919) (enterprise.sd73.bc.ca) Subject: Re: GENERIC options? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: fcash-ml@sd73.bc.ca List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 21:40:30 -0000 On February 12, 2004 12:56 pm, Quincey Koziol wrote: > I've been using FreeBSD for ten or more years and I'm just > starting to dip my toes into 5-CURRENT. I'm working on configuring a > custom kernel but it doesn't seem right to copy the NOTES file in > /usr/src/sys/conf and start hacking on it - there's way too many > options! Which "machine independent" kernel config file does the > GENERIC kernel use? /usr/src/sys//conf/GENERIC is the kernel config file used to build the GENERIC kernel. All kernel options are listed / documented in: /usr/src/sys/conf/NOTES /usr/src/sys//conf/NOTES where is the cpu archictere (i386, sparc, alpha, etc). -- Freddie Cash fcash-ml@sd73.bc.ca