OSR Driver loader

Hi,

I have successfully built the driver and .sys was generated. When i specify the .sys file the OSR driver loader and press register service button, it gives successfully registered. But when i press start service button, it says “The system cannot find specified device file”.

Please help.

Indu

What type of driver is this? Only legacy drivers can be installed and
started with the tool.


Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
> Hi,
>
> I have successfully built the driver and .sys was generated. When i
> specify the .sys file the OSR driver loader and press register service
> button, it gives successfully registered. But when i press start service
> button, it says “The system cannot find specified device file”.
>
> Please help.
>
> Indu
>

I was trying windows filter driver (kmdf). It is a simple skeleton driver with only kdprint statements inside the functions.

Use an inf (inx) file, the kmdf toaster sample has one for a filter, just
change it to reflect the device class you are filtering.


Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

wrote in message news:xxxxx@ntdev…
>I was trying windows filter driver (kmdf). It is a simple skeleton driver
>with only kdprint statements inside the functions.
>