Re: [Wine] Windows Kernel & Executive implementation
Unfortunately, that code just do stubs, and it is not actually executed in kernel mode. -- with best regards, Volodymyr 2008/2/22, Dan Kegel <dank(a)kegel.com>:
On Fri, Feb 22, 2008 at 3:02 AM, Volodymyr Shcherbyna <v_scherbina(a)mvps.org> wrote:
I discovered that WineHQ project does not have support for drivers (am I wrong?). In other words, quite a big amount of applications will fail to function properly, because many of them are using helper device drivers to get some extended functionality. I can just mention RegMon, FileMon, TDIMom, and others.
I know very little about this, but my impression is that Wine supports a limited set of NT os kernel APIs already. The initial support was added by this patch: http://www.winehq.org/pipermail/wine-cvs/2007-May/032546.html The current set of supported calls can be seen here: http://source.winehq.org/source/dlls/ntoskrnl.exe/ntoskrnl.c
Feel free to implement more, or file enhancement requests describing what nt os apis a popular app needs.
- Dan
participants (1)
-
Volodymyr Shcherbyna