freebsd-nq/sys/amd64/amd64
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
..
amd64-gdbstub.c Improvements from Bruce Evans 1996-08-30 17:03:46 +00:00
autoconf.c Fixed longstanding bug of not checking dumpdev' or setting dumplo' 1996-07-30 20:30:49 +00:00
cpu_switch.S Add APM_IDLE_CPU option, that is off by default. 1996-09-19 08:28:16 +00:00
db_disasm.c Fixed operand order for shld and shrd. 1996-07-12 04:40:21 +00:00
db_interface.c Essentially rename pmap_update to be invltlb. It is a very machine 1996-09-28 22:37:57 +00:00
db_trace.c Fixed traceback for the following cases: 1996-03-27 17:06:03 +00:00
exception.s Add support for i686 machine check trap. 1996-08-11 17:41:25 +00:00
exception.S Add support for i686 machine check trap. 1996-08-11 17:41:25 +00:00
fpu.c Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
genassym.c Eliminated pcb_inl. It was always 0 because context switches don't occur 1996-07-31 12:36:11 +00:00
identcpu.c Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
locore.s Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
locore.S Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
machdep.c Multiple changes stacked as one commit since they all depend on one another. 1996-10-05 10:44:07 +00:00
mem.c I've been meaning to commit this for months. Implement select() 1996-09-27 13:25:13 +00:00
pmap.c Essentially rename pmap_update to be invltlb. It is a very machine 1996-09-28 22:37:57 +00:00
prof_machdep.c Added a $Id$ keyword. Bruce still needs to put a copyright notice 1996-04-08 16:41:06 +00:00
support.s Changed an arg name in the pseudo-prototype for bzero() to match 1996-09-20 16:52:09 +00:00
support.S Changed an arg name in the pseudo-prototype for bzero() to match 1996-09-20 16:52:09 +00:00
swtch.s Add APM_IDLE_CPU option, that is off by default. 1996-09-19 08:28:16 +00:00
sys_machdep.c Don't declare the user_ldt functions unless USER_LDT is defined. 1996-08-12 19:57:10 +00:00
trap.c Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
tsc.c Attached simple external ddb commands show rtc', show pgrpdump' 1996-09-14 10:53:48 +00:00
vm_machdep.c Essentially rename pmap_update to be invltlb. It is a very machine 1996-09-28 22:37:57 +00:00