Add options COMPAT_50.

This commit is contained in:
tsutsui 2009-01-17 07:31:57 +00:00
parent 00ae5151a8
commit 88c6b7f036
6 changed files with 20 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.59 2008/11/12 12:36:08 ad Exp $
# $NetBSD: DISKLESS,v 1.60 2009/01/17 07:31:57 tsutsui Exp $
# DISKLESS - Root and swap on NFS
# Desktop machines only (3/50, 3/60, 3/110)
@ -55,7 +55,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS3X,v 1.46 2008/11/12 12:36:08 ad Exp $
# $NetBSD: DISKLESS3X,v 1.47 2009/01/17 07:31:57 tsutsui Exp $
# DISKLESS - Root and swap on NFS
# Desktop machines only (3/80)
@ -55,7 +55,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.147 2008/11/24 11:41:15 ad Exp $
# $NetBSD: GENERIC,v 1.148 2009/01/17 07:31:57 tsutsui Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.147 $"
#ident "GENERIC-$Revision: 1.148 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@ -81,7 +81,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
options EXEC_AOUT # support for a.out executables

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC3X,v 1.104 2008/11/24 11:41:15 ad Exp $
# $NetBSD: GENERIC3X,v 1.105 2009/01/17 07:31:57 tsutsui Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC3X-$Revision: 1.104 $"
#ident "GENERIC3X-$Revision: 1.105 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@ -63,7 +63,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
#options COMPAT_LINUX # can run Linux/m68k executables
options EXEC_AOUT # support for a.out executables

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.43 2008/11/12 12:36:08 ad Exp $
# $NetBSD: INSTALL,v 1.44 2009/01/17 07:31:57 tsutsui Exp $
#
# INSTALL - Installation kernel for the Sun3
#
@ -59,7 +59,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL3X,v 1.42 2008/11/12 12:36:08 ad Exp $
# $NetBSD: INSTALL3X,v 1.43 2009/01/17 07:31:57 tsutsui Exp $
#
# INSTALL3X - Installation kernel for the Sun3X
#
@ -59,7 +59,8 @@ options COMPAT_15 # NetBSD 1.5
options COMPAT_16 # NetBSD 1.6
options COMPAT_20 # NetBSD 2.0
options COMPAT_30 # NetBSD 3.0
options COMPAT_40 # NetBSD 4.0 compatibility.
options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_LINUX # can run Linux/m68k executables
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.