nitin321

hai,
i wish to learn windows driver development, someone plz suggest me nice book or any other internet tutorial links...

thanks & regrars



Re: Visual C++ General DDK

einaros

If you want a general introcution to the inner workings of windows, you should check the Sysinternals book (I'm sure it's linked off the sysinternals.com site). I haven't read any device driver books apart from "The Windows 2000 device driver book", and that was pretty good. There are probably more updated resources available, though. I recommend you spend some time at http://www.osronline.com/.





Re: Visual C++ General DDK

Simple Samples

For books, the answer to most questions is the book reviews in accu.org; for example:

http://accu.org/index.php/book_reviews url=search.xqy%3Fx&term=Windows+drivers

For this, however, there is not much more than the book Einar suggested.






Re: Visual C++ General DDK

Bruno van Dooren

Read this blog post of mine.

It contains 2 links to introductory articles on device driver programming that I wrote. The articles themselves also have information on where to start and which tools / frameworks to use.

http://msmvps.com/blogs/vandooren/archive/2006/06/15/Is-it-possible-to-create-_2800_USB_2900_-device-drivers-with-Visual-C_2B002B003F00_.aspx

For books, read 'The windows driver model' by walter oney and 'Windows system internals' by mark russinovich.

Both books are a must-read if you are going to do driver programming.