Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2004 21:47:46 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48186 for review
Message-ID:  <200403050547.i255lk2u065781@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48186

Change 48186 by peter@peter_daintree on 2004/03/04 21:46:46

	add commented out PECOFF placeholders.  Although I'm not
	sure it'll do much good because imgact_pecoff.c is hardcoded
	for 32 bit Win32 binaries and we're going to need an emulation
	layer of some sort.  In reality, the PECOFF code requires
	COMPAT_FREEBSD32 because we dont have the header specs for
	Win64 binaries.

Affected files ...

.. //depot/projects/hammer/sys/conf/options.amd64#23 edit

Differences ...

==== //depot/projects/hammer/sys/conf/options.amd64#23 (text+ko) ====

@@ -15,6 +15,8 @@
 #COMPAT_SVR4		opt_dontuse.h
 #DEBUG_SVR4		opt_svr4.h
 #NDISAPI		opt_dontuse.h
+#PECOFF_DEBUG		opt_pecoff.h
+#PECOFF_SUPPORT		opt_dontuse.h
 
 # Change KVM size.  Changes things all over the kernel.
 KVA_PAGES		opt_global.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403050547.i255lk2u065781>