PATCH: ntoskrnl.exe

Marcus Meissner marcus at jet.franken.de
Sun Feb 15 16:09:04 CST 2004


Hi,

This is sufficient to support the first windows kernel driver.

Note the lack of fastcall support (I just ignore the IofCompleteRequests
arguments anyway).

Run necessary tools for dll adding ;)

Ciao, Marcus

Changelog:
	Very first (partially hackish) implementation of ntoskrnl.exe.
-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.240
diff -u -r1.240 configure.ac
--- configure.ac	13 Feb 2004 20:47:08 -0000	1.240
+++ configure.ac	15 Feb 2004 22:06:54 -0000
@@ -1547,6 +1548,7 @@
 dlls/newdev/Makefile
 dlls/ntdll/Makefile
 dlls/ntdll/tests/Makefile
+dlls/ntoskrnl/Makefile
 dlls/odbc32/Makefile
 dlls/ole32/Makefile
 dlls/oleacc/Makefile
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ntoskrnl.tar.bz2
Type: application/x-bzip2
Size: 3264 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040215/c3b2a20a/ntoskrnl.tar.bin


More information about the wine-patches mailing list