add missing COMPAT_13 that kleink putzed
This commit is contained in:
parent
89e0b4d7e4
commit
b52361ff54
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALPHA,v 1.64 1997/11/17 01:57:24 lukem Exp $
|
||||
# $NetBSD: ALPHA,v 1.65 1997/11/30 23:18:59 mjacob Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
@ -77,6 +77,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
|
||||
#options COMPAT_OSF1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BUNNY,v 1.18 1997/08/24 06:37:13 cgd Exp $
|
||||
# $NetBSD: BUNNY,v 1.19 1997/11/30 23:19:00 mjacob Exp $
|
||||
#
|
||||
# Kernel for bunnahabhain.pdl.cs.cmu.edu.
|
||||
#
|
||||
@ -42,6 +42,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# Loadable Kernel Modules
|
||||
options LKM
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.71 1997/11/26 03:13:53 mjacob Exp $
|
||||
# $NetBSD: GENERIC,v 1.72 1997/11/30 23:19:01 mjacob Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
@ -50,6 +50,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: JURA,v 1.17 1997/08/24 06:37:17 cgd Exp $
|
||||
# $NetBSD: JURA,v 1.18 1997/11/30 23:19:02 mjacob Exp $
|
||||
#
|
||||
# Kernel for jura.pdl.cs.cmu.edu.
|
||||
#
|
||||
@ -39,6 +39,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# Loadable Kernel Modules
|
||||
options LKM
|
||||
|
@ -34,6 +34,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NOSY,v 1.19 1997/11/17 01:57:25 lukem Exp $
|
||||
# $NetBSD: NOSY,v 1.20 1997/11/30 23:19:04 mjacob Exp $
|
||||
#
|
||||
# Kernel for nostromo.nas.nasa.gov.
|
||||
#
|
||||
@ -44,6 +44,7 @@ options COMPAT_43
|
||||
options COMPAT_10
|
||||
options COMPAT_11
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
|
||||
# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
|
||||
#options COMPAT_OSF1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.53 1997/11/20 08:11:20 fair Exp $
|
||||
# $NetBSD: GENERIC,v 1.54 1997/11/30 23:19:58 mjacob Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
@ -37,6 +37,7 @@ options COMPAT_43 # 4.3BSD system interfaces
|
||||
options COMPAT_10 # NetBSD 1.0 binary compatibility
|
||||
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
||||
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
options COMPAT_SVR4 # SunOS 5.x binary compatibility
|
||||
options EXEC_ELF32 # Exec module for SunOS 5.x binaries.
|
||||
|
Loading…
Reference in New Issue
Block a user