From owner-freebsd-questions Wed Aug 11 15:16:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vax1.baker.ie (VAX1.baker.IE [194.125.50.91]) by hub.freebsd.org (Postfix) with SMTP id DC97315611 for ; Wed, 11 Aug 1999 15:16:29 -0700 (PDT) (envelope-from cillian@baker.ie) Received: from baker.ie ([194.106.150.250]) by vax1.baker.ie with ESMTP; Wed, 11 Aug 1999 23:21:32 +0100 Message-ID: <37B203D1.3D5CD6D6@baker.ie> Date: Thu, 12 Aug 1999 00:14:25 +0100 From: Cillian Sharkey X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Kenny Drobnack Cc: questions@freebsd.org Subject: Re: /boot/kernel.conf help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have been messing around with FreeBSD on my computer for quite a bit in > the last week or so and have many times looked for info on exactly what > the /boot/kernel.conf file does. I looked in the FAQ's, the Handbook, the > Complete FreeBSD and even looked for man pages. Nothing. Is there any info > on this file and how it works? (syntax, what they mean, etc). > Things seem to work OK without my changing it, but my system seems > to hang for a while during boot up (possibly searching for non-existent > devices?) the /boot/kernel.conf file is used to contain commands to pass to the Userconfig program to disable/enable devices, change their settings ie. irq etc.. the file consists of commands, one per line, in the same form as one would type them at the Userconfig command line prompt for example to disable the ep0 device one would have the line: di ep0 Or to change the irq for the ed0 device to 5: irq ed0 5 the file is usually finished off with a "quit" or even just a "q" as commands can be abbreviated next time you boot your computer type "-c" at the boot prompt (you might have to hit a key to get a boot prompt) and when the Userconfig prompt appears type "help" for a list of commands or type "visual" to go into a more "user-friendly" mode.. :) Hope this helps.. - Cillian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message