1997-01-14 07:20:47 +00:00
|
|
|
# $FreeBSD$
|
1996-01-05 20:12:53 +00:00
|
|
|
BOUNCEPAGES opt_bounce.h
|
1996-01-03 21:42:35 +00:00
|
|
|
USER_LDT
|
1996-01-06 23:10:57 +00:00
|
|
|
MATH_EMULATE opt_math_emulate.h
|
|
|
|
GPL_MATH_EMULATE opt_math_emulate.h
|
1996-05-11 04:39:53 +00:00
|
|
|
|
|
|
|
IBCS2 opt_dontuse.h
|
|
|
|
COMPAT_LINUX opt_dontuse.h
|
|
|
|
|
1996-03-02 18:24:13 +00:00
|
|
|
SHOW_BUSYBUFS opt_machdep.h
|
|
|
|
PANIC_REBOOT_WAIT_TIME opt_machdep.h
|
|
|
|
MAXMEM opt_machdep.h
|
1996-03-26 19:57:56 +00:00
|
|
|
PERFMON opt_perfmon.h
|
1996-04-11 21:18:49 +00:00
|
|
|
AUTO_EOI_1 opt_auto_eoi.h
|
|
|
|
AUTO_EOI_2 opt_auto_eoi.h
|
|
|
|
BREAK_TO_DEBUGGER opt_comconsole.h
|
|
|
|
COMCONSOLE opt_comconsole.h
|
1996-10-23 07:29:44 +00:00
|
|
|
CONADDR opt_comconsole.h
|
|
|
|
CONUNIT opt_comconsole.h
|
1996-11-02 02:25:22 +00:00
|
|
|
CONSPEED opt_comconsole.h
|
1996-04-11 21:18:49 +00:00
|
|
|
COM_ESP opt_sio.h
|
|
|
|
COM_MULTIPORT opt_sio.h
|
|
|
|
DSI_SOFT_MODEM opt_sio.h
|
1996-10-17 19:32:31 +00:00
|
|
|
I586_CTR_GUPROF opt_i586_guprof.h
|
|
|
|
I586_PMC_GUPROF opt_i586_guprof.h
|
1996-04-11 21:18:49 +00:00
|
|
|
FAT_CURSOR opt_pcvt.h
|
1996-04-13 16:50:23 +00:00
|
|
|
PCVT_FREEBSD opt_pcvt.h
|
1996-04-11 21:18:49 +00:00
|
|
|
PCVT_SCANSET opt_pcvt.h
|
|
|
|
XSERVER opt_pcvt.h
|
1996-06-11 16:02:55 +00:00
|
|
|
|
1996-10-01 03:01:06 +00:00
|
|
|
AHC_TAGENABLE opt_aic7xxx.h
|
|
|
|
AHC_SCBPAGING_ENABLE opt_aic7xxx.h
|
1996-11-16 01:09:20 +00:00
|
|
|
AHC_ALLOW_MEMIO opt_aic7xxx.h
|
1996-10-28 06:05:58 +00:00
|
|
|
AHC_SHARE_SCBS opt_aic7xxx.h
|
1996-10-01 03:01:06 +00:00
|
|
|
|
1996-06-11 16:02:55 +00:00
|
|
|
CLK_CALIBRATION_LOOP opt_clock.h
|
|
|
|
CLK_USE_I8254_CALIBRATION opt_clock.h
|
|
|
|
CLK_USE_I586_CALIBRATION opt_clock.h
|
1996-09-06 23:33:45 +00:00
|
|
|
|
1996-10-09 19:47:44 +00:00
|
|
|
I386_CPU opt_cpu.h
|
|
|
|
I486_CPU opt_cpu.h
|
|
|
|
I586_CPU opt_cpu.h
|
|
|
|
I686_CPU opt_cpu.h
|
|
|
|
|
1996-10-02 03:48:09 +00:00
|
|
|
SC_SPLASH_SCREEN opt_syscons.h
|
1996-09-10 21:38:47 +00:00
|
|
|
MAXCONS opt_syscons.h
|
|
|
|
SLOW_VGA opt_syscons.h
|
1996-09-06 23:33:45 +00:00
|
|
|
|
1997-01-15 18:16:32 +00:00
|
|
|
PSM_ACCEL opt_psm.h
|
|
|
|
PSM_EMULATION opt_psm.h
|
|
|
|
PSM_CHECKSYNC opt_psm.h
|
|
|
|
PSM_DEBUG opt_psm.h
|
1997-01-27 11:54:56 +00:00
|
|
|
PSM_NO_RESET opt_psm.h
|
1997-01-15 18:16:32 +00:00
|
|
|
|
|
|
|
KBD_RESETDELAY opt_kbdio.h
|
1997-01-27 11:54:56 +00:00
|
|
|
KBD_MAXRETRY opt_kbdio.h
|
1997-01-15 18:16:32 +00:00
|
|
|
KBD_MAXWAIT opt_kbdio.h
|
|
|
|
KBDIO_DEBUG opt_kbdio.h
|
|
|
|
|
1996-09-06 23:33:45 +00:00
|
|
|
ATAPI opt_atapi.h
|
|
|
|
ATAPI_STATIC opt_atapi.h
|
1996-09-11 19:53:45 +00:00
|
|
|
|
|
|
|
USERCONFIG opt_userconfig.h
|
|
|
|
VISUAL_USERCONFIG opt_userconfig.h
|
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
|
|
|
USERCONFIG_BOOT opt_userconfig.h
|