I am C++/MFC/Qt/Win32 developer. I wanted to move towards device driver programming. Recently I have purchased Windows 7 Device Driver by Ronald D. Reeves. And then, when I looked at reviews at Amazon, I got discouraged. Can you suggest how should I proceed towards device driver programming.

Regards

有帮助吗?

解决方案

Make sure to start with Windows Internals (6th edition is out now) before getting deeper in Programming the Windows Driver Model. This last one might be out of print, but you can still find it used or available as an e-book. It is older, but the WDM is largely the same and it is a fantastic introduction into the theoretical bits as well as the hands-on kernel mode device driver development. After these 2 books, you can easily tackle the windows driver frameworks (KMDF and UMDF). Device driver development is a huge area. There are many classes of drivers you would want or need to develop and various frameworks to help you do that, but I would definitely start with these 2 books.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top