From owner-freebsd-current Tue Sep 2 18:45:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09226 for current-outgoing; Tue, 2 Sep 1997 18:45:57 -0700 (PDT) Received: from shell.uniserve.com (tom@shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA09221 for ; Tue, 2 Sep 1997 18:45:54 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id SAA14536; Tue, 2 Sep 1997 18:39:27 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Tue, 2 Sep 1997 18:39:27 -0700 (PDT) From: Tom To: Jaye Mathisen cc: current@FreeBSD.ORG Subject: Re: /kernel.config documentation? WHere? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 2 Sep 1997, Jaye Mathisen wrote: > > Hmmm, all I see is documentation for /boot.config, and a mention of > /kernel.config as the file to put kernel parameters, but no mention of > what those parameters might be... oops, you are right. The kernel.config seems to be a derrivation of the dset stuff. I think it is just lines that are fed into the kernel user config cli. Time to read the source... Tom