>
I’m using Borland C++ 5.x to build the driver. I have a
program that turns
the output Win32 DLL into a .sys file (just update some of
the headers, redo
checksum, etc…). I added a line there to add the WDM flag to the
DllCharacteristics field.
No offense, but this has to be the most peculiar method I’ve seen to date
for building a driver.