Add COMPAT_13.
This commit is contained in:
parent
3550b22654
commit
ff7a4d0472
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BASALT,v 1.20 1997/11/17 01:57:44 lukem Exp $
|
||||
# $NetBSD: BASALT,v 1.21 1997/12/22 05:31:23 thorpej Exp $
|
||||
#
|
||||
# Kernel for basalt.og.org - thorpej's HP380 file server.
|
||||
#
|
||||
|
@ -20,6 +20,7 @@ options COMPAT_09 # compatibility with NetBSD 0.9
|
|||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3
|
||||
options KTRACE # system call tracing support
|
||||
options NKMEMCLUSTERS=2048 # # 4K pages in kernel malloc pool
|
||||
options LKM # loadable kernel modules
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DUALITY,v 1.32 1997/11/17 01:57:45 lukem Exp $
|
||||
# $NetBSD: DUALITY,v 1.33 1997/12/22 05:31:25 thorpej Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
|
@ -30,6 +30,7 @@ options COMPAT_44 # compatibility with 4.4BSD binaries
|
|||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3
|
||||
options SYSVSHM # System V-style shared memory
|
||||
#options SYSVSEM # System V-style semaphores
|
||||
#options SYSVMSG # System V-style message queues
|
||||
|
|
|
@ -47,6 +47,7 @@ options COMPAT_44 # compatibility with 4.4BSD binaries
|
|||
options COMPAT_10 # compatibility with NetBSD 1.0 binaries
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1 binaries
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2 binaries
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3 binaries
|
||||
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
options COMPAT_SUNOS
|
||||
|
|
|
@ -45,6 +45,7 @@ options COMPAT_44 # compatibility with 4.4BSD binaries
|
|||
options COMPAT_10 # compatibility with NetBSD 1.0 binaries
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1 binaries
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2 binaries
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3 binaries
|
||||
#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
options SYSVSHM # System V shared memory
|
||||
|
|
Loading…
Reference in New Issue