1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
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
bin re-activate the printf builtin now that src/usr.bin/printf.c has been 1996-10-01 04:59:13 +00:00
contrib Print out a summary of the loss percentages for each hop. No manual changes 1996-10-05 01:43:13 +00:00
eBones More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc Better users list 1996-10-04 20:05:13 +00:00
games Eliminated includes of the "temporary" backwards compatibility header 1996-09-24 08:08:11 +00:00
gnu Oops, an editing error at one point meant I had missed the osfcn.h header 1996-10-04 15:11:42 +00:00
include Add support for storing a -R path in ld in the section dispatch table, 1996-10-01 00:25:32 +00:00
lib Skip results that have unexpected lengths 1996-10-01 03:45:06 +00:00
libexec There's no need to 'unsetenv()' unsafe environment variables explicitly 1996-10-01 16:09:18 +00:00
lkm add forgotten $Id$ 1996-09-22 21:56:57 +00:00
release Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
sbin Back out my -k changes; there's a better way to do this in the short-term. 1996-10-02 07:22:26 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share a bunch of spelling errors 1996-10-04 22:54:17 +00:00
sys Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
tools Fixed CLEANFILES. The *.3 links were missing. 1996-09-20 14:12:32 +00:00
usr.bin Fix Moscow timezone rule 1996-10-05 09:03:37 +00:00
usr.sbin Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add some 'world' hooks for libg++-2.7.2, specifically the new libstdc++ 1996-10-04 08:48:27 +00:00