We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
开发者_运维知识库 Improve this questionCan anyone possibly suggest a good book which steps through the development of such a driver written in C? I'm looking for a book which is good for beginners. If there is an online resource on how to do this which explains the process from ground up it would be greatly appreciated.
For NDIS, the best way to start is to look at the Microsoft-provided sample drivers: http://msdn.microsoft.com/en-us/library/ff568374(v=VS.85).aspx
This page has a list of drivers, you can pick one similar to your needs.
精彩评论