Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Feb 1999 20:30:15 -0800
From:      Mike Smith <mike@smith.net.au>
To:        ONE-MO <onemo@jps.net>
Cc:        "David W. Chapman Jr." <dchapman@houabg.com>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Kernel 
Message-ID:  <199902040430.UAA11388@dingo.cdrom.com>
In-Reply-To: Your message of "Wed, 03 Feb 1999 19:37:53 PST." <36B91611.D7A1B9CD@jps.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902040430.UAA11388>