- Enable COMPAT_NOMID
- Bump ptys to 128.
This commit is contained in:
parent
7be59a897b
commit
97e482f3c8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: WARPED,v 1.22 1997/07/02 02:44:14 cjs Exp $
|
||||
# $NetBSD: WARPED,v 1.23 1997/07/18 04:14:34 thorpej Exp $
|
||||
#
|
||||
# WARPED - ftp/sup.netbsd.org server machine
|
||||
#
|
||||
@ -39,7 +39,7 @@ options KTRACE # system call tracing, a la ktrace(1)
|
||||
#options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
#options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
#options COMPAT_09 # NetBSD 0.9,
|
||||
#options COMPAT_10 # NetBSD 1.0,
|
||||
#options COMPAT_11 # NetBSD 1.1,
|
||||
@ -212,7 +212,7 @@ pseudo-device bpfilter 4 # packet filter
|
||||
#pseudo-device ppp 2 # PPP
|
||||
#pseudo-device tun 2 # network tunneling over tty
|
||||
|
||||
pseudo-device pty 32 # pseudo-terminals
|
||||
pseudo-device pty 128 # pseudo-terminals
|
||||
#pseudo-device tb 1 # tablet line discipline
|
||||
#pseudo-device vnd 4 # paging to files
|
||||
pseudo-device ccd 4 # concatenated disk devices
|
||||
|
Loading…
Reference in New Issue
Block a user