Add COMPAT_16 where missing.
Remove the unused COMPAT_15. Comment out/remove COMPAT_* from INSTALL kernels.
This commit is contained in:
parent
95d060b02d
commit
916e13afc6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P4032,v 1.17 2003/10/18 08:30:13 lukem Exp $
|
||||
# $NetBSD: P4032,v 1.18 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Algorithmics P-4032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P4032-$Revision: 1.17 $"
|
||||
#ident "P4032-$Revision: 1.18 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -66,6 +66,7 @@ options COMPAT_11
|
|||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_16
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.22 2003/10/18 08:30:13 lukem Exp $
|
||||
# $NetBSD: P5064,v 1.23 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.22 $"
|
||||
#ident "P5064-$Revision: 1.23 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -61,6 +61,7 @@ options COMPAT_11
|
|||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_16
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.16 2003/10/18 08:30:13 lukem Exp $
|
||||
# $NetBSD: P6032,v 1.17 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.16 $"
|
||||
#ident "P6032-$Revision: 1.17 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -61,6 +61,7 @@ options COMPAT_11
|
|||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
options COMPAT_16
|
||||
|
||||
# System V-like message queues
|
||||
options SYSVMSG
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.50 2003/10/21 15:09:19 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.51 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.50 $"
|
||||
#ident "GENERIC-$Revision: 1.51 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -62,7 +62,6 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_15 # NetBSD 1.5 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_ECOFF # exec ECOFF binaries
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: DB1500,v 1.2 2003/04/10 22:06:55 christos Exp $
|
||||
# $NetBSD: DB1500,v 1.3 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000 and PB1500
|
||||
# evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.pb1000"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -50,6 +50,7 @@ options SYMTAB_SPACE=180000 # size for embedded symbol table
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_ECOFF # exec ECOFF binaries
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: MALTA,v 1.15 2003/10/08 11:55:43 bouyer Exp $
|
||||
# $NetBSD: MALTA,v 1.16 2003/10/25 13:21:13 simonb Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.malta"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.15 $"
|
||||
#ident "GENERIC-$Revision: 1.16 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -47,6 +47,7 @@ options SYMTAB_SPACE=140000 # size for embedded symbol table
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_ECOFF # exec ECOFF binaries
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: PB1000,v 1.6 2003/04/10 22:06:55 christos Exp $
|
||||
# $NetBSD: PB1000,v 1.7 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000 and PB1500
|
||||
# evaluation boards.
|
||||
|
||||
include "arch/evbmips/conf/std.pb1000"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -50,6 +50,7 @@ options SYMTAB_SPACE=180000 # size for embedded symbol table
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.4 binary compatibility
|
||||
#options EXEC_ECOFF # exec ECOFF binaries
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.141 2003/10/18 08:30:13 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.142 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.141 $"
|
||||
#ident "GENERIC-$Revision: 1.142 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -104,6 +104,7 @@ options INET6 # IPV6
|
|||
|
||||
# NetBSD backwards compatibility
|
||||
options COMPAT_43
|
||||
options COMPAT_16
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.30 2003/05/03 18:10:52 wiz Exp $
|
||||
# $NetBSD: GENERIC,v 1.31 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -66,6 +66,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_AOUT # exec a.out binaries
|
||||
#options EXEC_ECOFF # exec ecoff binaries
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.11 2003/09/06 03:25:28 itojun Exp $
|
||||
# $NetBSD: INSTALL,v 1.12 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
|
@ -29,7 +29,8 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
|||
#options COMPAT_11 # NetBSD 1.1 binary compatibility
|
||||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
#options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_AOUT # exec a.out binaries
|
||||
#options EXEC_ECOFF # exec ecoff binaries
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: RC3230,v 1.14 2003/05/03 18:10:52 wiz Exp $
|
||||
# $NetBSD: RC3230,v 1.15 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
|
@ -40,6 +40,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_AOUT # exec a.out binaries
|
||||
#options EXEC_ECOFF # exec ecoff binaries
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DEJIKO,v 1.8 2002/09/18 02:44:04 lukem Exp $
|
||||
# $NetBSD: DEJIKO,v 1.9 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Dejiko's sekai-seifuku NEWS5000 nyo.
|
||||
|
||||
|
@ -36,6 +36,7 @@ options NFS_BOOTPARAM_NOGATEWAY
|
|||
# Compatibility options
|
||||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
|
||||
# wscons options
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# NEWS3400 config file
|
||||
#
|
||||
# $NetBSD: WAPIKO,v 1.21 2003/10/25 04:07:28 tsutsui Exp $
|
||||
# $NetBSD: WAPIKO,v 1.22 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
include "arch/newsmips/conf/std.newsmips"
|
||||
|
||||
|
@ -32,6 +32,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_AOUT # exec a.out binaries
|
||||
#options EXEC_ECOFF # exec ecoff binaries
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.111 2003/04/26 14:10:08 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.112 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.111 $"
|
||||
#ident "GENERIC-$Revision: 1.112 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -130,6 +130,7 @@ options IPFILTER_LOG # ipmon(8) log support
|
|||
options COMPAT_12 # Netbsd 1.2 reboot(), EXEC_ELF_NOTELESS
|
||||
options COMPAT_13 # Netbsd 1.3
|
||||
options COMPAT_14 # Netbsd 1.4
|
||||
options COMPAT_16 # Netbsd 1.6
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
# Raster console options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.50 2003/09/06 03:25:30 itojun Exp $
|
||||
# $NetBSD: INSTALL,v 1.51 2003/10/25 13:21:13 simonb Exp $
|
||||
#
|
||||
# Distribution install kernel (any model)
|
||||
# netbsd: cut-down kernel for miniroots.
|
||||
|
@ -36,7 +36,6 @@ options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05)
|
|||
# Standard system options
|
||||
#options DIAGNOSTIC # extra kernel debugging checks
|
||||
#options DEBUG # extra kernel debugging support
|
||||
#options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
#options KTRACE # system call tracing support
|
||||
#options LKM # loadable kernel modules
|
||||
options USERCONF # userconf(4) support
|
||||
|
@ -62,11 +61,6 @@ options INET # Internet protocols
|
|||
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
|
||||
|
||||
|
||||
options COMPAT_12
|
||||
options COMPAT_13
|
||||
options COMPAT_14
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
# Raster console options
|
||||
options FONT_BOLD8x16 # Font for fb devices
|
||||
options FONT_GALLANT12x22
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.21 2003/04/26 14:10:07 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.22 2003/10/25 13:21:13 simonb Exp $
|
||||
|
||||
include "arch/sbmips/conf/std.sbmips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.21 $"
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
|
||||
#options LOCKDEBUG # XXX XXX XXX XXX
|
||||
options DEBUG # extra kernel debugging support
|
||||
|
@ -44,6 +44,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
#options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
#options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
#options EXEC_ECOFF # exec ECOFF binaries
|
||||
#options COMPAT_ULTRIX # binary compatibility with Ultrix
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.26 2003/10/17 17:18:16 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.27 2003/10/25 13:21:13 simonb 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.26 $"
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -78,7 +78,6 @@ 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_16 # NetBSD 1.6
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
||||
|
|
Loading…
Reference in New Issue