Introduction - If you have any usage issues, please Google them yourself
This a demonstration of a driver project. The project has 3 components: A "main" driver file
(eg, contains DriverEntry), which will result in a .sys file a second piece of the driver,
which will result in a .lib file (to be linked into the main driver) and a user-space program,
which talks to the driver.