From owner-freebsd-stable Wed Feb 3 20:34:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA11289 for freebsd-stable-outgoing; Wed, 3 Feb 1999 20:34:29 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from dingo.cdrom.com (castles240.castles.com [208.214.165.240]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA11282 for ; Wed, 3 Feb 1999 20:34:25 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (LOCALHOST [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id UAA11388; Wed, 3 Feb 1999 20:30:16 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902040430.UAA11388@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: ONE-MO cc: "David W. Chapman Jr." , freebsd-stable@FreeBSD.ORG Subject: Re: Kernel In-reply-to: Your message of "Wed, 03 Feb 1999 19:37:53 PST." <36B91611.D7A1B9CD@jps.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 03 Feb 1999 20:30:15 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Very easy. Create or edit a /kernel.config file with all of your -c > settings, mine, for example is as follows: > > pnp 1 0 enable os irq0 10 port0 0x3e8 > pnp 2 0 enable os irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388 > > Then for your /boot/boot.conf file, something like this: > > load kernel > load -t userconfig_script /kernel.config > load -t splash_image_data /boot/FreeBSD.bmp > load splash_bmp > boot > > This will take away your ability to do a boot -c easily since once the > kernel loads these settings, it starts up without the normal timeout. Try replacing 'boot' with 'autoboot 5' at the end. Then you can break in and use 'boot -c' to get Userconfig, or 'unload' and start again, or whatever. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message