Update for reality (same as in use on the actual machine, except that
-current doesn't require the number of ptys to be specified).
This commit is contained in:
parent
07c60191e7
commit
01c07896a6
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: MINBAR,v 1.20 2000/09/24 15:59:33 jdolecek Exp $
|
# $NetBSD: MINBAR,v 1.21 2001/01/19 14:29:20 fvdl Exp $
|
||||||
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
|
||||||
#
|
#
|
||||||
# MINBAR -- offshore CVS server
|
# MINBAR -- offshore CVS server
|
||||||
@ -17,15 +17,15 @@ options I686_CPU
|
|||||||
# CPU-related options.
|
# CPU-related options.
|
||||||
#options MATH_EMULATE # floating point emulation
|
#options MATH_EMULATE # floating point emulation
|
||||||
#options VM86 # virtual 8086 emulation
|
#options VM86 # virtual 8086 emulation
|
||||||
options USER_LDT # user-settable LDT; used by WINE
|
#options USER_LDT # user-settable LDT; used by WINE
|
||||||
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
# eliminate delay no-ops in I/O; recommended on all but very old machines
|
||||||
#options DUMMY_NOPS
|
options DUMMY_NOPS
|
||||||
|
|
||||||
# delay between "rebooting ..." message and hardware reset, in milliseconds
|
# delay between "rebooting ..." message and hardware reset, in milliseconds
|
||||||
#options CPURESET_DELAY=2000
|
#options CPURESET_DELAY=2000
|
||||||
|
|
||||||
# Misc. i386-specific options
|
# Misc. i386-specific options
|
||||||
options XSERVER # X server support in console drivers
|
#options XSERVER # X server support in console drivers
|
||||||
#options XSERVER_DDB # PF12 gets you into DDB when X is running
|
#options XSERVER_DDB # PF12 gets you into DDB when X is running
|
||||||
|
|
||||||
# This option allows you to force a serial console at the specified
|
# This option allows you to force a serial console at the specified
|
||||||
@ -45,8 +45,8 @@ options XSERVER # X server support in console drivers
|
|||||||
|
|
||||||
# Standard system options
|
# Standard system options
|
||||||
|
|
||||||
options UCONSOLE # users can use TIOCCONS (for xconsole)
|
#options UCONSOLE # users can use TIOCCONS (for xconsole)
|
||||||
options INSECURE # disable kernel security levels
|
#options INSECURE # disable kernel security levels
|
||||||
|
|
||||||
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
||||||
options NTP # NTP phase/frequency locked loop
|
options NTP # NTP phase/frequency locked loop
|
||||||
@ -58,6 +58,8 @@ options SYSVSEM # System V-like semaphores
|
|||||||
options SYSVSHM # System V-like memory sharing
|
options SYSVSHM # System V-like memory sharing
|
||||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||||
|
|
||||||
|
options NMBCLUSTERS=2048
|
||||||
|
|
||||||
#options LKM # loadable kernel modules
|
#options LKM # loadable kernel modules
|
||||||
|
|
||||||
# Diagnostic/debugging support options
|
# Diagnostic/debugging support options
|
||||||
@ -113,6 +115,7 @@ file-system FDESC # /dev/fd
|
|||||||
# Networking options
|
# Networking options
|
||||||
#options GATEWAY # packet forwarding
|
#options GATEWAY # packet forwarding
|
||||||
options INET # IP + ICMP + TCP + UDP
|
options INET # IP + ICMP + TCP + UDP
|
||||||
|
options INET6 # IPV6
|
||||||
#options MROUTING # IP multicast routing
|
#options MROUTING # IP multicast routing
|
||||||
#options NS # XNS
|
#options NS # XNS
|
||||||
#options NSIP # XNS tunneling over IP
|
#options NSIP # XNS tunneling over IP
|
||||||
@ -602,6 +605,7 @@ pseudo-device loop # network loopback
|
|||||||
#pseudo-device strip 2 # Starmode Radio IP (Metricom)
|
#pseudo-device strip 2 # Starmode Radio IP (Metricom)
|
||||||
#pseudo-device tun 2 # network tunneling over tty
|
#pseudo-device tun 2 # network tunneling over tty
|
||||||
#pseudo-device gre 2 # generic L3 over IP tunnel
|
#pseudo-device gre 2 # generic L3 over IP tunnel
|
||||||
|
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||||
|
|
||||||
# miscellaneous pseudo-devices
|
# miscellaneous pseudo-devices
|
||||||
pseudo-device pty # pseudo-terminals
|
pseudo-device pty # pseudo-terminals
|
||||||
|
Loading…
Reference in New Issue
Block a user