tags:

views:

49

answers:

2

hello guys,

I am a beginner to windows device driver development. So far I read Windows Internals book. I would like to know about any good resources available online so that I can start writing kernel drivers on my own.

A: 

You've probably already figured this out, but you will need the Windows Driver Kit to develop drivers for windows. There is also many tools and documentation as well to go with it.

jay.lee
A: 

Go to How To Write a Windows Driver. Apart from guiding you towards the windows driver kit, it also has good documentation on the various aspects of windows driver development.

Edit: Similar to this question.

Boris