Re: [Wine] Windows Kernel & Executive implementation

2008-02-22 Thread Volodymyr Shcherbyna
Read comments inline, 2008/2/23, Alan McKinnon <[EMAIL PROTECTED]>: > > On Friday 22 February 2008, Volodymyr Shcherbyna wrote: > > Hello Tres, > > > > Yes, agree, there might be Linux equivalents to accomplish the same > > tasks. But let me pickup the description of winehq from official > > web-s

Re: [Wine] Windows Kernel & Executive implementation

2008-02-22 Thread Volodymyr Shcherbyna
Unfortunately, that code just do stubs, and it is not actually executed in kernel mode. -- with best regards, Volodymyr 2008/2/22, Dan Kegel <[EMAIL PROTECTED]>: > > On Fri, Feb 22, 2008 at 3:02 AM, Volodymyr Shcherbyna > <[EMAIL PROTECTED]> wrote: > > > I discovered that WineHQ project does no

Re: [Wine] Windows Kernel & Executive implementation

2008-02-22 Thread Volodymyr Shcherbyna
RegMon was just one of the examples. But basically, RegMon uses vxd driver for Windows 9x. For XP it uses NT driver which hooks SDT. On Server 2003 it uses legacy registry notification API. UMDF support started from XP. It does not cover 2k. Also, UMDF is just a part of WDF. However, I think it wi