Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/conf Add/enable COMPAT_SUNOS. It actually w...



details:   https://anonhg.NetBSD.org/src/rev/8168b19296b1
branches:  trunk
changeset: 499603:8168b19296b1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Nov 24 12:58:17 2000 +0000

description:
Add/enable COMPAT_SUNOS. It actually works on news68k.

diffstat:

 sys/arch/news68k/conf/GENERIC  |  8 ++++----
 sys/arch/news68k/conf/LIBERO   |  8 +++++++-
 sys/arch/news68k/conf/NEWS1200 |  4 ++--
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (74 lines):

diff -r 87fad7e30f05 -r 8168b19296b1 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC     Fri Nov 24 12:56:45 2000 +0000
+++ b/sys/arch/news68k/conf/GENERIC     Fri Nov 24 12:58:17 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.14 2000/10/04 16:35:43 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.15 2000/11/24 12:58:17 tsutsui Exp $
 
 #      news68k GENERIC config file;
 #
 include                "arch/news68k/conf/std.news68k"
 
-#ident                 "GENERIC-$Revision: 1.14 $"
+#ident                 "GENERIC-$Revision: 1.15 $"
 
 maxusers       8
 
@@ -41,7 +41,7 @@
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
 
 #options       COMPAT_SVR4             # binary compatibility with SVR4
-#options       COMPAT_SUNOS            # binary compatibility with SunOS
+options        COMPAT_SUNOS            # binary compatibility with SunOS
 #options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
 #options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
 
@@ -67,7 +67,7 @@
 options        NFSSERVER       # nfs server support
 options        QUOTA           # ffs quotas
 #options       FFS_EI          # ffs endian independant support
-options        SOFTDEP         # ffs soft updates support
+options        SOFTDEP         # ffs soft updates support
 
 # Networking options
 options        INET            # Internet protocols
diff -r 87fad7e30f05 -r 8168b19296b1 sys/arch/news68k/conf/LIBERO
--- a/sys/arch/news68k/conf/LIBERO      Fri Nov 24 12:56:45 2000 +0000
+++ b/sys/arch/news68k/conf/LIBERO      Fri Nov 24 12:58:17 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LIBERO,v 1.7 2000/10/04 16:35:43 tsutsui Exp $
+#      $NetBSD: LIBERO,v 1.8 2000/11/24 12:58:17 tsutsui Exp $
 
 #      NEWS1750 config file;
 #
@@ -34,6 +34,12 @@
 options        COMPAT_43               # compatibility with 4.3BSD binaries
 options        COMPAT_13               # NetBSD 1.3 binary compatibility
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
+
+#options       COMPAT_SVR4             # binary compatibility with SVR4
+options        COMPAT_SUNOS            # binary compatibility with SunOS
+#options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
+#options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
+
 #options       TCP_COMPAT_42           # compatibility with 4.2BSD TCP/IP
 
 # Filesystem options
diff -r 87fad7e30f05 -r 8168b19296b1 sys/arch/news68k/conf/NEWS1200
--- a/sys/arch/news68k/conf/NEWS1200    Fri Nov 24 12:56:45 2000 +0000
+++ b/sys/arch/news68k/conf/NEWS1200    Fri Nov 24 12:58:17 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NEWS1200,v 1.6 2000/10/04 16:35:43 tsutsui Exp $
+#      $NetBSD: NEWS1200,v 1.7 2000/11/24 12:58:17 tsutsui Exp $
 
 #      news1200 config file
 #
@@ -38,7 +38,7 @@
 options        COMPAT_14               # NetBSD 1.4 binary compatibility
 
 #options       COMPAT_SVR4             # binary compatibility with SVR4
-#options       COMPAT_SUNOS            # binary compatibility with SunOS
+options        COMPAT_SUNOS            # binary compatibility with SunOS
 #options       COMPAT_LINUX            # binary compatibllity with Linux/m68k
 #options       EXEC_ELF32              # 32bit ELF executables (Linux, SVR4)
 



Home | Main Index | Thread Index | Old Index