add comments
XSERVER INSECURE SOFTDEP
This commit is contained in:
parent
f439d16c23
commit
c090b6a417
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: CATS,v 1.16 1999/09/13 05:19:45 mark Exp $
|
# $NetBSD: CATS,v 1.17 1999/11/19 06:25:11 jun Exp $
|
||||||
#
|
#
|
||||||
# CATS -- CHALTECH CATS Development kernel
|
# CATS -- CHALTECH CATS Development kernel
|
||||||
#
|
#
|
||||||
@ -63,6 +63,7 @@ file-system PROCFS # /proc
|
|||||||
#options QUOTA # UFS quotas
|
#options QUOTA # UFS quotas
|
||||||
#options FFS_EI # FFS Endian Independant support
|
#options FFS_EI # FFS Endian Independant support
|
||||||
options NFSSERVER
|
options NFSSERVER
|
||||||
|
#options SOFTDEP # FFS soft updates support
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
|
|
||||||
@ -120,6 +121,9 @@ options USBVERBOSE # verbose USB device autoconfig messages
|
|||||||
#options DDB_KEYCODE=0x40
|
#options DDB_KEYCODE=0x40
|
||||||
options PMAP_STATIC_L1S=128
|
options PMAP_STATIC_L1S=128
|
||||||
|
|
||||||
|
#options XSERVER # also need INSECURE for now
|
||||||
|
#options INSECURE # disable kernel securelevel
|
||||||
|
|
||||||
# wscons options
|
# wscons options
|
||||||
#options WSEMUL_SUN # sun terminal emulation
|
#options WSEMUL_SUN # sun terminal emulation
|
||||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||||
|
Loading…
Reference in New Issue
Block a user