From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 07:15:11 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 8D82B16A4CE for ; Fri, 13 Feb 2004 07:15:11 -0800 (PST) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F2A443D1D for ; Fri, 13 Feb 2004 07:15:11 -0800 (PST) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.6) with ESMTP id i1DFF9c29783 for ; Fri, 13 Feb 2004 09:15:09 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i1DFFA5D064022 for ; Fri, 13 Feb 2004 09:15:10 -0600 (CST) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10/Submit) id i1DFFAp5064005 for freebsd-current@freebsd.org; Fri, 13 Feb 2004 09:15:10 -0600 (CST) (envelope-from koziol) From: Quincey Koziol Message-Id: <200402131515.i1DFFAp5064005@sleipnir.ncsa.uiuc.edu> To: freebsd-current@freebsd.org Date: Fri, 13 Feb 2004 09:15:10 -0600 (CST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: Re: GENERIC options? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 15:15:11 -0000 > ------------------------------ > > Message: 10 > Date: Thu, 12 Feb 2004 13:40:09 -0800 > From: Freddie Cash > Subject: Re: GENERIC options? > To: freebsd-current@freebsd.org > Message-ID: <200402121340.09335.fcash-ml@sd73.bc.ca> > Content-Type: text/plain; charset="iso-8859-1" > > 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. Ah! I thought that the GENERIC kernel config file only contained kernel options from /usr/src/sys//conf/NOTES, but I see now that it contains kernel options from both places. Thanks! Quincey > > 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 > > ------------------------------