mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 06:47:21 +01:00
Enable USERCONFIG and document it in LINT.
This commit is contained in:
parent
8d8aa3c30b
commit
cb72513713
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3912
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
||||
|
||||
#####################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user