freebsd-nq/sys/conf
Jordan K. Hubbard d50a30076c Multiple changes stacked as one commit since they all depend on one another.
First, change sysinstall and the Makefile rules to not build the kernel
nlist directly into sysinstall now.  Instead, spit it out as an ascii
file in /stand and parse it from sysinstall later.  This solves the chicken-n-
egg problem of building sysinstall into the fsimage before BOOTMFS is built
and can have its symbols extracted.  Now we generate the symbol file in
release.8.

Second, add Poul-Henning's USERCONFIG_BOOT changes.  These have two
effects:

	1. Userconfig is always entered, rather than only after a -c
	   (don't scream yet, it's not as bad as it sounds).

	2. Userconfig reads a message string which can optionally be
	   written just past the boot blocks.  This string "preloads"
	   the userconfig input buffer and is parsed as user input.
	   If the first command is not "USERCONFIG", userconfig will
	   treat this as an implied "quit" (which is why you don't need
	   to scream - you never even know you went through userconfig
	   and back out again if you don't specifically ask for it),
	   otherwise it will read and execute the following commands
	   until a "quit" is seen or the end is reached, in which case
	   the normal userconfig command prompt will then be presented.

  How to create your own startup sequences, using any boot.flp image
from the next snap forward (not yet, but soon):

	% dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO
USERCONFIG
irq ed0 10
iomem ed0 0xcc000
disable ed1
quit
WAKKA_WAKKA_DOO


Third, add an intro screen to UserConfig so that users aren't just thrown
into this strange screen if userconfig is auto-launched.  The default
boot.flp startup sequence is now, in fact, this:

	USERCONFIG
	intro
	visual

(Since visual never returns, we don't need a following "quit").

Submitted-By: phk & jkh
1996-10-05 10:44:07 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Fixed two small leftovers form PHK's mega devconf removal commit.. 1996-09-07 19:13:09 +00:00
files.i386 Make userconfig two (default: on) options: 1996-09-11 19:53:45 +00:00
files.newconf Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:17:01 +00:00
files.pc98 Another round of merge/update. 1996-09-12 11:12:18 +00:00
kmod.mk .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in 1996-09-18 06:09:19 +00:00
majors 77 cyy Cyclades Ye/PCI serial card 1996-08-31 07:04:04 +00:00
Makefile.i386 Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h" 1996-09-27 16:34:16 +00:00
Makefile.pc98 Yet another merge. Remove support.s by deleting memcopy. Remove 1996-09-07 02:14:47 +00:00
Makefile.powerpc Added -I- to ${INCLUDES}. This makes 4.4Lite's (mis?)use of "foo.h" 1996-09-27 16:34:16 +00:00
newvers.sh Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
nfsswapkernel.c Renamed this thing, and change 'vmunix' to 'kernel' internally. 1994-08-05 09:25:31 +00:00
NOTES Document the Adaptec driver options for tagged command queueing and SCB 1996-10-01 03:01:06 +00:00
options Turn SCSIDEBUG into a new-style option. 1996-07-14 10:46:56 +00:00
options.i386 Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
options.pc98 Another round of merge/update. 1996-09-12 11:12:18 +00:00
param.c Add an option "EXTRA_VNODES" to cause an extra number of vnode structures 1996-05-31 00:20:34 +00:00
systags.sh Added $Id$ 1994-08-02 07:55:43 +00:00