Add options COMPAT_16.
This commit is contained in:
parent
361e05c696
commit
992acd3aab
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.21 2003/09/25 16:35:50 lonewolf Exp $
|
||||
# $NetBSD: GENERIC,v 1.22 2003/09/28 07:39:48 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.21 $"
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -77,7 +77,8 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
|
|||
#makeoptions DEBUG="-g" # compile full symbol table
|
||||
|
||||
# Compatibility options
|
||||
options COMPAT_15 # NetBSD 1.5,
|
||||
options COMPAT_15 # NetBSD 1.5
|
||||
options COMPAT_16 # NetBSD 1.6
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
#options COMPAT_IRIX # binary compatibility with IRIX
|
||||
|
|
Loading…
Reference in New Issue