Add option COMPAT_20. Pointed out by Chris Tribo in PR port-macppc/28988.
This commit is contained in:
parent
0f2e586866
commit
5a6a395c0b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.187 2005/01/17 15:28:52 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.188 2005/01/17 16:42:55 briggs 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.187 $"
|
||||
#ident "GENERIC-$Revision: 1.188 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -75,6 +75,7 @@ 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_20 # NetBSD 2.0
|
||||
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.83 2005/01/08 03:24:58 briggs Exp $
|
||||
# $NetBSD: INSTALL,v 1.84 2005/01/17 16:42:55 briggs Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
@ -28,6 +28,7 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
#options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_16 # NetBSD 1.6,
|
||||
options COMPAT_20 # NetBSD 2.0
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user