Eliminate USERCONFIG. This option is now standard.

This commit is contained in:
jkh 1994-11-03 15:51:38 +00:00
parent 8594dbdc42
commit 103f4b48a1
7 changed files with 9 additions and 26 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.6 1994/10/26 19:20:26 jkh Exp $
# $Id: GENERIC,v 1.7 1994/11/03 01:46:59 gpalmer Exp $
#
machine "i386"
@ -22,7 +22,6 @@ options "FAT_CURSOR" #block cursor in syscons or pccons
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options USERCONFIG #Allow user configuration with -c
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.103 1994/10/30 20:57:07 joerg Exp $
# $Id: LINT,v 1.104 1994/11/02 01:11:03 wollman Exp $
#
#
@ -103,11 +103,6 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
#
# Enable the in-kernel boot-time device configuration utility (boot with -c)
#
options USERCONFIG
#####################################################################
# NETWORKING OPTIONS

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.57 1994/10/28 15:09:38 jkh Exp $
# $Id: files.i386,v 1.58 1994/11/01 01:47:17 pst Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -27,7 +27,7 @@ i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
i386/i386/trap.c standard
i386/i386/userconfig.c optional userconfig
i386/i386/userconfig.c standard
i386/i386/vm_machdep.c standard
i386/ibcs2/ibcs2_dummy.c optional ibcs2
i386/ibcs2/ibcs2_file.c optional ibcs2

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.6 1994/10/26 19:20:26 jkh Exp $
# $Id: GENERIC,v 1.7 1994/11/03 01:46:59 gpalmer Exp $
#
machine "i386"
@ -22,7 +22,6 @@ options "FAT_CURSOR" #block cursor in syscons or pccons
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options USERCONFIG #Allow user configuration with -c
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.103 1994/10/30 20:57:07 joerg Exp $
# $Id: LINT,v 1.104 1994/11/02 01:11:03 wollman Exp $
#
#
@ -103,11 +103,6 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
#
# Enable the in-kernel boot-time device configuration utility (boot with -c)
#
options USERCONFIG
#####################################################################
# NETWORKING OPTIONS

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.103 1994/10/30 20:57:07 joerg Exp $
# $Id: LINT,v 1.104 1994/11/02 01:11:03 wollman Exp $
#
#
@ -103,11 +103,6 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
#
# Enable the in-kernel boot-time device configuration utility (boot with -c)
#
options USERCONFIG
#####################################################################
# NETWORKING OPTIONS

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.57 1994/10/28 15:09:38 jkh Exp $
# $Id: files.i386,v 1.58 1994/11/01 01:47:17 pst Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -27,7 +27,7 @@ i386/i386/support.s standard
i386/i386/swtch.s standard
i386/i386/sys_machdep.c standard
i386/i386/trap.c standard
i386/i386/userconfig.c optional userconfig
i386/i386/userconfig.c standard
i386/i386/vm_machdep.c standard
i386/ibcs2/ibcs2_dummy.c optional ibcs2
i386/ibcs2/ibcs2_file.c optional ibcs2