Add COMPAT_16.
This commit is contained in:
parent
1a2ab14519
commit
1687658251
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: DISKLESS,v 1.15 2003/04/10 22:07:04 christos Exp $
|
# $NetBSD: DISKLESS,v 1.16 2003/10/30 05:31:17 mycroft Exp $
|
||||||
|
|
||||||
# DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
|
# DISKLESS Sun2 (2/120, 2/170, 2/50, ...)
|
||||||
# Supports root on: ie0, ec0
|
# Supports root on: ie0, ec0
|
||||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||||||
|
|
||||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "DISKLESS-$Revision: 1.15 $"
|
#ident "DISKLESS-$Revision: 1.16 $"
|
||||||
|
|
||||||
# Machines to be supported by this kernel
|
# Machines to be supported by this kernel
|
||||||
#options FPU_EMULATE
|
#options FPU_EMULATE
|
||||||
@ -47,6 +47,7 @@ options DDB
|
|||||||
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
||||||
options COMPAT_43 # and 4.3BSD and ...
|
options COMPAT_43 # and 4.3BSD and ...
|
||||||
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
||||||
|
options COMPAT_16
|
||||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||||
options EXEC_AOUT # support for a.out executables
|
options EXEC_AOUT # support for a.out executables
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: FOURMEG,v 1.16 2003/04/10 22:07:05 christos Exp $
|
# $NetBSD: FOURMEG,v 1.17 2003/10/30 05:31:17 mycroft Exp $
|
||||||
|
|
||||||
# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
|
# FOURMEG Sun2 (2/120, 2/170, 2/50, ...)
|
||||||
# Supports root on: ie0, sd*, ...
|
# Supports root on: ie0, sd*, ...
|
||||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||||||
|
|
||||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "FOURMEG-$Revision: 1.16 $"
|
#ident "FOURMEG-$Revision: 1.17 $"
|
||||||
|
|
||||||
# Machines to be supported by this kernel
|
# Machines to be supported by this kernel
|
||||||
#options FPU_EMULATE
|
#options FPU_EMULATE
|
||||||
@ -47,6 +47,7 @@ options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
|||||||
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
||||||
#options COMPAT_43 # and 4.3BSD and ...
|
#options COMPAT_43 # and 4.3BSD and ...
|
||||||
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
#options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
||||||
|
options COMPAT_16
|
||||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||||
options EXEC_AOUT # support for a.out executables
|
options EXEC_AOUT # support for a.out executables
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: GENERIC,v 1.25 2003/04/26 14:10:06 ragge Exp $
|
# $NetBSD: GENERIC,v 1.26 2003/10/30 05:31:17 mycroft Exp $
|
||||||
#
|
#
|
||||||
# GENERIC machine description file
|
# GENERIC machine description file
|
||||||
#
|
#
|
||||||
@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
|
|||||||
|
|
||||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.25 $"
|
#ident "GENERIC-$Revision: 1.26 $"
|
||||||
|
|
||||||
# Machines to be supported by this kernel
|
# Machines to be supported by this kernel
|
||||||
#options FPU_EMULATE
|
#options FPU_EMULATE
|
||||||
@ -73,6 +73,7 @@ options DDB
|
|||||||
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
||||||
options COMPAT_43 # and 4.3BSD and ...
|
options COMPAT_43 # and 4.3BSD and ...
|
||||||
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
||||||
|
options COMPAT_16
|
||||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||||
options EXEC_AOUT # support for a.out executables
|
options EXEC_AOUT # support for a.out executables
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $NetBSD: VME,v 1.8 2003/04/10 22:07:05 christos Exp $
|
# $NetBSD: VME,v 1.9 2003/10/30 05:31:17 mycroft Exp $
|
||||||
|
|
||||||
# VME Sun2 (2/50, 2/130, 2/160...)
|
# VME Sun2 (2/50, 2/130, 2/160...)
|
||||||
# Supports root on: ie0, sd*, ...
|
# Supports root on: ie0, sd*, ...
|
||||||
@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2"
|
|||||||
|
|
||||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||||
|
|
||||||
#ident "VME-$Revision: 1.8 $"
|
#ident "VME-$Revision: 1.9 $"
|
||||||
|
|
||||||
# Machines to be supported by this kernel
|
# Machines to be supported by this kernel
|
||||||
#options FPU_EMULATE
|
#options FPU_EMULATE
|
||||||
@ -50,6 +50,7 @@ options DDB
|
|||||||
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
#options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
||||||
options COMPAT_43 # and 4.3BSD and ...
|
options COMPAT_43 # and 4.3BSD and ...
|
||||||
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
options COMPAT_AOUT_M68K # support for NetBSD a.out executables
|
||||||
|
options COMPAT_16
|
||||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||||
options EXEC_AOUT # support for a.out executables
|
options EXEC_AOUT # support for a.out executables
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user