Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf enable COMPAT_OSF1



details:   https://anonhg.NetBSD.org/src/rev/b0f1e63b5a4b
branches:  trunk
changeset: 472513:b0f1e63b5a4b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 30 23:33:41 1999 +0000

description:
enable COMPAT_OSF1

diffstat:

 sys/arch/alpha/conf/ALPHA   |  6 +++---
 sys/arch/alpha/conf/GENERIC |  5 ++++-
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r c789b9b6aebb -r b0f1e63b5a4b sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Fri Apr 30 23:07:01 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Fri Apr 30 23:33:41 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.95 1999/04/29 01:28:40 ross Exp $
+# $NetBSD: ALPHA,v 1.96 1999/04/30 23:33:41 cgd Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -82,8 +82,8 @@
 options        COMPAT_12
 options        COMPAT_13
 
-# OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
-#options       COMPAT_OSF1
+# OSF/1 binary compatibility
+options        COMPAT_OSF1
 
 # System V-like message queues
 options        SYSVMSG
diff -r c789b9b6aebb -r b0f1e63b5a4b sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri Apr 30 23:07:01 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri Apr 30 23:33:41 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.117 1999/04/29 01:28:41 ross Exp $
+# $NetBSD: GENERIC,v 1.118 1999/04/30 23:33:41 cgd Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -55,6 +55,9 @@
 options        COMPAT_12
 options        COMPAT_13
 
+# OSF/1 binary compatibility
+options        COMPAT_OSF1
+
 # System V-like message queues
 options        SYSVMSG
 



Home | Main Index | Thread Index | Old Index