From owner-freebsd-questions@FreeBSD.ORG Sun Feb 29 19:37:37 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 0038816A4CE for ; Sun, 29 Feb 2004 19:37:36 -0800 (PST) Received: from spock.ste-land.com (spock.ste-land.com [64.32.179.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF15C43D1F for ; Sun, 29 Feb 2004 19:37:36 -0800 (PST) (envelope-from ste@ste-land.com) Received: from ste-land.com (bgp377940bgs.plnfld01.nj.comcast.net [68.36.5.198]) by spock.ste-land.com (Postfix) with ESMTP id 87F352D24C; Sun, 29 Feb 2004 22:37:35 -0500 (EST) Message-ID: <4042AFFE.6020400@ste-land.com> Date: Sun, 29 Feb 2004 22:37:34 -0500 From: "Shaun T. Erickson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matt Emmerton References: <4042AC08.5040209@ste-land.com> <00c601c3ff3d$4afc6a10$1200a8c0@gsicomp.on.ca> In-Reply-To: <00c601c3ff3d$4afc6a10$1200a8c0@gsicomp.on.ca> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org 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 03:37:37 -0000 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