]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add PECOFF (WIN32 Execution file format) support.
authortakawata <takawata@FreeBSD.org>
Wed, 20 Dec 2000 12:51:08 +0000 (12:51 +0000)
committertakawata <takawata@FreeBSD.org>
Wed, 20 Dec 2000 12:51:08 +0000 (12:51 +0000)
commit966ad05f240b3e81b46861cef44e820d5f5c3ad7
tree846fc606d51aa99910dd26e00f7e010f7caf967c
parenta0117ce2f8cb6e610a33849619582df3d03b3b77
Add PECOFF (WIN32 Execution file format) support.
To use it, some dll is needed. And currently, the dll is only for NetBSD.
So one more kernel module is needed.
For more infomation,
http://chiharu.haun.org/peace/ .

Reviewed by: bp
sys/compat/pecoff/imgact_pecoff.c [new file with mode: 0644]
sys/compat/pecoff/imgact_pecoff.h [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files.i386
sys/conf/options.i386
sys/i386/conf/NOTES
sys/i386/include/pecoff_machdep.h [new file with mode: 0644]
sys/modules/pecoff/Makefile [new file with mode: 0644]