I am new to DDK / WDM driver development. I have a task related to porting a virtual device driver from x86 to x64 (intel). I got the source code, modified it a bit, and compiled it using DDK (build environment). But when I tried to download it on ia64 Windows7, it did not want to boot. Then I tried some simple examples of device drivers from
- http://www.codeproject.com/KB/system/driverdev.aspx (I put '-' to post the hyperlink) and from other links, but still the same problem.
I heard on the forum that some of the libraries that you use for communication are incompatible with new machines and suggested linking to other similar libraries ... but still did not work.
When I create, I use the "-cefw" command line options as suggested.
I do not have a * .inf asociated file, but I copy it to system32 / drivers and I use WinObj to see if the next restart will be loaded into memory.
I also tried this program ( http://www.codeproject.com/KB/system/tdriver.aspx ) to load the driver into memory, but still did not work for me.
Please help me ... I am stuck on this and my deadline has already passed. I feel like I'm spending nuts here trying to figure out what I'm doing wrong.
source share