From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 20:05:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3E6B16A4CE for ; Sun, 29 Feb 2004 20:05:21 -0800 (PST) Received: from fielden.com.au (www.fielden.com.au [203.34.58.131]) by mx1.FreeBSD.org (Postfix) with SMTP id B9CC843D31 for ; Sun, 29 Feb 2004 20:05:18 -0800 (PST) (envelope-from david@fielden.com.au) Received: (qmail 9795 invoked from network); 1 Mar 2004 04:05:05 -0000 Received: from unknown (HELO fielden.com.au) (192.168.1.84) by persephone.fielden.com.au with SMTP; 1 Mar 2004 04:05:05 -0000 Message-ID: <4042B670.5010805@fielden.com.au> Date: Mon, 01 Mar 2004 15:05:04 +1100 From: Rowdy User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-questions@freebsd.org References: <4042AC08.5040209@ste-land.com> <00c601c3ff3d$4afc6a10$1200a8c0@gsicomp.on.ca> <4042AFFE.6020400@ste-land.com> In-Reply-To: <4042AFFE.6020400@ste-land.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: LINT file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 04:05:21 -0000 Shaun T. Erickson wrote: > Matt Emmerton wrote: > >> cd /usr/src/sys/i386/conf >> make LINT >> >> Note that the LINT kernel is _strictly_ a list of all the possible >> things to >> put in your kernel config -- there are no explanatory comments anymore. > > > That's a shame. I was counting on the comments to educate me. Can you > point me to any other documentation that might cover what I find in that > file? > > -ste You would be looking for the NOTES file in /usr/src/sys//conf? There is also a NOTES file in, erm, /usr/src/sys/conf IIRC. Dave