PERFORCE change 48186 for review

Peter Wemm peter at FreeBSD.org
Thu Mar 4 21:47:47 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=48186

Change 48186 by peter at 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


More information about the p4-projects mailing list