Books on Windows Device Driver development

Hi,

Can you please suggest some good books on windows device driver
development. I came across these books, which ones would you recommend?

(I have access to these)

  1. Windows NT device driver development - Peter G Viscarola
  2. Developing drivers with the windows driver foundation - Penny Orwick
  3. The windows 2000 Device driver book (2nd ed) - Art Baker

The other books I came across, but don’t have access are -

  1. Programming the Microsoft Windows Driver Model - Walter Oney
  2. Developing Windows NT Device Drivers: A Programmer’s Handbook - Edward
    N. Dekker and Joseph M. Newcomer

Thanks,
Lloyd

If want to learn WDM the best book is Walter oney’s & Art Baker.
For File system Filters Rajeev Nagar.
For Windows internal’s Mark Russionovich & Solomon(Vol1 & 2).

Dev

xxxxx@gmail.com wrote:

If want to learn WDM the best book is Walter oney’s & Art Baker.

I don’t think either one of those is a good recommendation today. You
need to remember that both of these books are now quaint antiques.
Oney’s book is from 2002, Baker’s book is from 2000.

Learning WDM should not be the goal. Learning KMDF should be the goal,
and for that the Orwick book is a good choice.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

@Tim you are correct thanks a lot.
:slight_smile: