Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports
This commit is contained in:
parent
d95ba2eb80
commit
15fbc5943f
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.36 2001/02/12 06:12:18 briggs Exp $
|
||||
# $NetBSD: GENERIC,v 1.37 2001/04/03 19:50:43 manu Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
|
||||
include "arch/bebox/conf/std.bebox"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
#ident "GENERIC-$Revision: 1.37 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -31,6 +31,7 @@ options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
file-system FFS
|
||||
file-system MFS
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.94 2001/04/01 10:42:34 tsubai Exp $
|
||||
# $NetBSD: GENERIC,v 1.95 2001/04/03 19:50:43 manu Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.94 $"
|
||||
#ident "GENERIC-$Revision: 1.95 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -40,6 +40,7 @@ options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:06 bouyer Exp $
|
||||
# $NetBSD: GENERIC,v 1.36 2001/04/03 19:50:43 manu Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/ofppc/conf/std.ofppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -43,6 +43,7 @@ options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.18 2001/01/20 11:40:50 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.19 2001/04/03 19:50:44 manu Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/prep/conf/std.prep"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -35,6 +35,7 @@ options DDB # in-kernel debugger
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_14 # NetBSD 1.4,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.4 2001/02/08 20:27:24 briggs Exp $
|
||||
# $NetBSD: GENERIC,v 1.5 2001/04/03 19:50:44 manu Exp $
|
||||
#
|
||||
# GENERIC for Motorola Sandpoint
|
||||
#
|
||||
|
||||
include "arch/sandpoint/conf/std.sandpoint"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.4 $"
|
||||
#ident "GENERIC-$Revision: 1.5 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -31,6 +31,7 @@ options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility (experimental)
|
||||
|
||||
file-system FFS
|
||||
file-system MFS
|
||||
|
Loading…
Reference in New Issue
Block a user