Add COMPAT_LINUX, COMPAT_SVR4, EXEC_ELF32.

This commit is contained in:
thorpej 1999-12-14 17:46:05 +00:00
parent 73db9c4db7
commit a817ac2b7c
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: BASALT,v 1.33 1999/09/19 21:20:43 thorpej Exp $
# $NetBSD: BASALT,v 1.34 1999/12/14 17:46:05 thorpej Exp $
#
# Kernel for basalt.og.org - thorpej's HP380 workstation.
#
@ -62,6 +62,9 @@ options PFIL_HOOKS # packet filter hooks
options USELEDS # make the lights twinkle
options COMPAT_HPUX # HP-UX binary compatibility
options COMPAT_M68K4K # m68k4k executables
options COMPAT_LINUX # Linux/m68k compatibility
options COMPAT_SVR4 # SVR4/m68k compatibility
options EXEC_ELF32 # ELF binaries
# Debugging options
options DIAGNOSTIC # Kernel sanity checks