add COMPAT_20

This commit is contained in:
christos 2004-05-02 03:13:34 +00:00
parent 7689222dbe
commit 4ad27a5358
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.151 2004/04/10 04:02:29 fair Exp $
# $NetBSD: GENERIC,v 1.152 2004/05/02 03:13:34 christos Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.151 $"
#ident "GENERIC-$Revision: 1.152 $"
maxusers 32
@ -163,6 +163,7 @@ options COMPAT_12 # NetBSD 1.2 binary compatibility
options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_16 # NetBSD 1.6 binary compatibility
options COMPAT_20 # NetBSD 2.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC32,v 1.79 2004/02/26 20:23:17 petrov Exp $
# $NetBSD: GENERIC32,v 1.80 2004/05/02 03:14:48 christos Exp $
include "arch/sparc64/conf/std.sparc64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.79 $"
#ident "GENERIC-$Revision: 1.80 $"
maxusers 64
@ -141,6 +141,7 @@ options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_15 # NetBSD 1.5 binary compatibility
options COMPAT_16 # NetBSD 1.6 binary compatibility
options COMPAT_20 # NetBSD 2.0 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
#options COMPAT_SVR4_32 # SunOS 5.x 32-bit binary compatibility -- 64-bit only