Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add COMPAT_MACH and EXEC_MACHO. Code work...



details:   https://anonhg.NetBSD.org/src/rev/4b11901802b7
branches:  trunk
changeset: 512685:4b11901802b7
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jul 14 02:00:39 2001 +0000

description:
Add COMPAT_MACH and EXEC_MACHO. Code works enough to start running a binary,
but we need to implement a few mach traps before the dynamic linker actually
works.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 83af5ff760b4 -r 4b11901802b7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jul 14 00:23:09 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jul 14 02:00:39 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.410 2001/07/08 16:32:18 abs Exp $
+#      $NetBSD: GENERIC,v 1.411 2001/07/14 02:00:39 christos Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.410 $"
+#ident                 "GENERIC-$Revision: 1.411 $"
 
 maxusers       32              # estimated number of users
 
@@ -88,6 +88,8 @@
 options        COMPAT_IBCS2    # binary compatibility with SCO and ISC
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
+#options       COMPAT_MACH     # binary compatibility with Mach binaries
+#options       EXEC_MACHO      # exec MACH-O binaries
 #options       COMPAT_PECOFF   # kernel support to run Win32 apps
 
 # File systems



Home | Main Index | Thread Index | Old Index