Added options COMPAT_LINUX and EXEC_ELF32 as comments
to GENERIC configuration files.
This commit is contained in:
parent
c05dadc113
commit
36416d8500
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.112 1998/11/28 12:19:44 is Exp $
|
||||
# $NetBSD: GENERIC,v 1.113 1998/12/15 19:50:00 itohy Exp $
|
||||
|
||||
#
|
||||
# GENERIC AMIGA
|
||||
@ -84,6 +84,8 @@ options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_13 # compatibility with NetBSD 1.3
|
||||
options COMPAT_SUNOS # Support to run Sun (m68k) executables
|
||||
options COMPAT_NOMID # allow nonvalid machine id executables
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.51 1998/12/09 07:35:28 leo Exp $
|
||||
# $NetBSD: GENERIC,v 1.52 1998/12/15 19:50:07 itohy Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -98,6 +98,8 @@ options COMPAT_13 # Compatibility to NetBSD1.3
|
||||
#options COMPAT_09 # has no meaning on the atari
|
||||
#options COMPAT_SUNOS # Support to run Sun-3 executables
|
||||
#options TCP_COMPAT_42 # Disable UDP checksums (not needed)
|
||||
#options COMPAT_LINUX # Support to run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
#
|
||||
# Support for System V IPC facilities.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.42 1998/11/25 20:30:45 hwr Exp $
|
||||
# $NetBSD: GENERIC,v 1.43 1998/12/15 19:50:10 itohy Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
@ -83,6 +83,9 @@ options COMPAT_HPUX # HP-UX binary compatibility
|
||||
|
||||
options COMPAT_M68K4K # compat. with NetBSD/m68k4k binaries
|
||||
|
||||
#options COMPAT_LINUX # Linux/m68k binary compatibility
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
# Debugging options
|
||||
options DIAGNOSTIC # Extra kernel sanity checks
|
||||
#options DEBUG # Enable misc. kernel debugging code
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.82 1998/11/25 20:30:45 hwr Exp $
|
||||
# $NetBSD: GENERIC,v 1.83 1998/12/15 19:50:13 itohy Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
@ -52,8 +52,10 @@ options COMPAT_12 # NetBSD 1.2,
|
||||
options COMPAT_13 # NetBSD 1.3,
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
options COMPAT_SUNOS # binary compatibility with SunOS 4.x binaries
|
||||
options COMPAT_SUNOS # compatibility with SunOS 4.x binaries
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: VME147,v 1.25 1998/06/26 01:54:03 lukem Exp $
|
||||
# $NetBSD: VME147,v 1.26 1998/12/15 19:50:16 itohy Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
@ -36,6 +36,8 @@ options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
options COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13
|
||||
options COMPAT_SUNOS
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
#options COMPAT_LINUX # compatibility with Linux/m68k binaries
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
## force NFS root and swap
|
||||
#config netbsd root on ? type nfs
|
||||
|
@ -54,6 +54,8 @@ options COMPAT_13 # NetBSD 1.3
|
||||
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
||||
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
options COMPAT_SUNOS # can run SunOS 4.1.1 executables
|
||||
#options COMPAT_LINUX # can run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
# File systems
|
||||
file-system FFS # UFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.55 1998/11/25 20:30:47 hwr Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 1998/12/15 19:50:19 itohy Exp $
|
||||
|
||||
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
|
||||
# Supports root on: ie0, le0, sd*, ...
|
||||
@ -45,6 +45,8 @@ options COMPAT_10 # NetBSD 1.0
|
||||
options COMPAT_11 # NetBSD 1.1
|
||||
options COMPAT_12 # NetBSD 1.2
|
||||
options COMPAT_13 # NetBSD 1.3
|
||||
#options COMPAT_LINUX # can run Linux/m68k executables
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
# Filesystem options
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.24 1998/11/25 20:30:47 hwr Exp $
|
||||
# $NetBSD: GENERIC,v 1.25 1998/12/15 19:50:21 itohy Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
@ -128,6 +128,8 @@ options COMPAT_12 # NetBSD 1.2 binary compatibility
|
||||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
||||
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
|
||||
#options COMPAT_LINUX # Linux/m68k binary compatibility
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (Linux)
|
||||
|
||||
## File systems.
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user