Add options COMPAT_16.

This commit is contained in:
tsutsui 2003-10-14 16:16:04 +00:00
parent 538e6e3e1e
commit 53cbca2fa2

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.47 2003/10/08 11:55:43 bouyer Exp $
# $NetBSD: GENERIC,v 1.48 2003/10/14 16:16:04 tsutsui Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.47 $"
#ident "GENERIC-$Revision: 1.48 $"
maxusers 32
@ -63,6 +63,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
#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 EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.