Enable USERCONFIG and document it in LINT.

This commit is contained in:
Jordan K. Hubbard 1994-10-26 19:20:27 +00:00
parent 8d8aa3c30b
commit cb72513713
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3912
5 changed files with 13 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
# $Id: GENERIC,v 1.4 1994/10/22 17:50:17 phk Exp $
# $Id: GENERIC,v 1.5 1994/10/24 22:18:11 sos Exp $
#
machine "i386"
@ -22,6 +22,7 @@ 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.98 1994/10/21 01:10:53 wollman Exp $
# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $
#
#
@ -103,6 +103,8 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
# Enable the dynamic device configuration utility (boot with -c)
options USERCONFIG
#####################################################################

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
# $Id: GENERIC,v 1.4 1994/10/22 17:50:17 phk Exp $
# $Id: GENERIC,v 1.5 1994/10/24 22:18:11 sos Exp $
#
machine "i386"
@ -22,6 +22,7 @@ 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.98 1994/10/21 01:10:53 wollman Exp $
# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $
#
#
@ -103,6 +103,8 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
# Enable the dynamic device configuration utility (boot with -c)
options USERCONFIG
#####################################################################

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.98 1994/10/21 01:10:53 wollman Exp $
# $Id: LINT,v 1.99 1994/10/24 22:18:12 sos Exp $
#
#
@ -103,6 +103,8 @@ options KTRACE #kernel tracing
#
options DIAGNOSTIC
# Enable the dynamic device configuration utility (boot with -c)
options USERCONFIG
#####################################################################