Add COMPAT_16
This commit is contained in:
parent
85a5f3065d
commit
85a83bcb92
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EV64260,v 1.6 2003/04/10 22:06:55 christos Exp $
|
||||
# $NetBSD: EV64260,v 1.7 2003/09/25 18:57:55 matt Exp $
|
||||
#
|
||||
# MVP -- Motorola's Multiprocessing Verification Platform
|
||||
#
|
||||
|
@ -68,6 +68,7 @@ makeoptions DEBUG="-g"
|
|||
#options COMPAT_12 # NetBSD 1.2,
|
||||
#options COMPAT_13 # NetBSD 1.3,
|
||||
#options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EXPLORA451,v 1.3 2003/05/31 12:00:59 hannken Exp $
|
||||
# $NetBSD: EXPLORA451,v 1.4 2003/09/25 18:57:55 matt Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -64,7 +64,7 @@ options COMPAT_11 # NetBSD 1.1,
|
|||
options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_15 # NetBSD 1.5,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS266,v 1.1 2003/09/23 14:45:13 shige Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.2 2003/09/25 18:57:55 matt Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -52,6 +52,7 @@ makeoptions DEBUG="-g" # compile full symbol table
|
|||
#options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WALNUT,v 1.4 2003/08/18 23:20:06 eeh Exp $
|
||||
# $NetBSD: WALNUT,v 1.5 2003/09/25 18:57:55 matt Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -52,6 +52,7 @@ makeoptions DEBUG="-g" # compile full symbol table
|
|||
#options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.160 2003/08/22 07:52:50 itojun Exp $
|
||||
# $NetBSD: GENERIC,v 1.161 2003/09/25 18:56:17 matt Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.160 $"
|
||||
#ident "GENERIC-$Revision: 1.161 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -72,6 +72,7 @@ options COMPAT_11 # NetBSD 1.1,
|
|||
options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
options COMPAT_LINUX # Linux binary compatibility
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.67 2003/09/10 18:06:26 grant Exp $
|
||||
# $NetBSD: INSTALL,v 1.68 2003/09/25 18:56:17 matt Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
|
@ -29,6 +29,7 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
|||
# Compatibility options
|
||||
#options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
# File systems
|
||||
|
|
Loading…
Reference in New Issue