Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Added COMPAT_MACH and EXEC_MACHO



details:   https://anonhg.NetBSD.org/src/rev/52fb4d0baec4
branches:  trunk
changeset: 538792:52fb4d0baec4
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Oct 30 06:45:17 2002 +0000

description:
Added COMPAT_MACH and EXEC_MACHO

diffstat:

 sys/arch/macppc/conf/GENERIC |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r e8264618259c -r 52fb4d0baec4 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Oct 30 06:41:45 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Oct 30 06:45:17 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.147 2002/10/18 15:11:12 junyoung Exp $
+# $NetBSD: GENERIC,v 1.148 2002/10/30 06:45:17 manu Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.147 $"
+#ident                 "GENERIC-$Revision: 1.148 $"
 
 maxusers       32
 
@@ -33,7 +33,7 @@
 #options       INSECURE        # disable kernel security levels
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
-#options       NTP             # NTP phase/frequency locked loop
+options        NTP             # NTP phase/frequency locked loop
 options        KTRACE          # system call tracing via ktrace(1)
 options        SYSTRACE        # system call vetting via systrace(1)
 
@@ -76,6 +76,8 @@
 options        COMPAT_43       # and 4.3BSD
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID
 options        COMPAT_LINUX    # Linux binary compatibility
+#options       COMPAT_MACH     # Mach binary compatibility (experimental)
+#options       EXEC_MACHO      # Mach-O binary support, needed for COMPAT_MACH
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # File systems



Home | Main Index | Thread Index | Old Index