views:

129

answers:

3

Can 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.

Thanking you

Victor

A: 

Don't know about books but open source may be a place to look for examaples.

lobonid?

libonid is short for the Open NDIS Intermediate Driver Library. The main goal of this project is to develop a generic driver which allow us to modify or encapsulate network packets.

Preet Sangha
A: 

Thanks for the reply. Will take a look at the source you have provided.

Victor43
A: 

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.

theraju

related questions