"Steven" == Steven Edwards steven_ed4153@yahoo.com writes:
Steven> --- Alexandre Julliard julliard@winehq.org wrote: >> I don't think it makes sense to use the normal mapping code for such >> files, we should really have a separate loader for the NT kernel >> stuff (which can of course re-use some lower level functions of the >> current loader).
Steven> Do we also create a stub implementation of ntoskrnl for the Steven> driver support? SecDev.sys is reported to load under ReactOS and Steven> I would like to help get it to load under WINE.
More question:
How does a user program call into SecDev.sys? Via DeviceIOControl()? I looked at some .sys files, and they don't export anything. How is DeviceIOControl reached?
Bye