Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up rev. 1.360 (approved by jhawk).



details:   https://anonhg.NetBSD.org/src/rev/16d1a008ad99
branches:  netbsd-1-5
changeset: 488713:16d1a008ad99
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Jul 25 14:58:41 2000 +0000

description:
Pull up rev. 1.360 (approved by jhawk).
Add (but commented) COMPAT_PECOFF entry.

diffstat:

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

diffs (25 lines):

diff -r 154d3d367f55 -r 16d1a008ad99 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jul 25 08:54:41 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jul 25 14:58:41 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.2 2000/07/06 14:10:34 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.354.2.3 2000/07/25 14:58:41 minoura Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.2 $"
+#ident                 "GENERIC-$Revision: 1.354.2.3 $"
 
 maxusers       32              # estimated number of users
 
@@ -82,6 +82,7 @@
 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_PECOFF   # kernel support to run Win32 apps
 
 options        COMPAT_AOUT     # binary compat for NetBSD a.out binaries
 



Home | Main Index | Thread Index | Old Index