- beginners help
- Posted by dd on February 29th, 2008
i am looking for some basic book for beginners on windows driver. as i am
working on wddm driver on which no book has been written till now, so just to
start of which book should I refer.
I also want to know the difference between windows driver foundation and
windows driver model and which model is going to be used in future
technology.
I think its too novice to ask such type of question but i am totally confused
with these terms
regards
- Posted by Maxim S. Shatskih on February 29th, 2008
WDM is like USER/GDI, and WDF is like MFC - a wrapping framework.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
- Posted by Doron Holan [MSFT] on February 29th, 2008
the 2 books at there for driver developers that are worth reading (IMO) are
Oney's WDM book and Orwick's WDF book. you can find both on amazon
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"dd" <dd@discussions.microsoft.com> wrote in message
news:12A08F15-77A6-4260-9F2D-9A85F02D7732@microsoft.com...
- Posted by David Craig on February 29th, 2008
I would recommend a third book, though somewhat outdated shows how some of
the stacks work better than the later books. That one is the Viscarola and
Mason book about NT4. I would say it should be read after reading the other
books to understand the underpinnings of the OS. It gives you a much better
understanding of DMA since that is one of Peter's specialties.
"Doron Holan [MSFT]" <doronh@online.microsoft.com> wrote in message
news:eDWSPyveIHA.5400@TK2MSFTNGP04.phx.gbl...
- Posted by Calvin Guan on March 1st, 2008
"dd" <dd@discussions.microsoft.com> wrote in message
news:12A08F15-77A6-4260-9F2D-9A85F02D7732@microsoft.com...
WDDM API doesn't follow WDM or WDF, but books as others suggested are good.
WDM is like win32 and WDF is like MFC. WDF hides a lot of dirty laundry even
many of their own driver writers have no clue how to mess with correctly.
Neither. Just like MFC .net, and there will be .netEx someday.
Microsoft would say one day: "Listen, WDF is no good any more, you've gotta
learn WWF which is the greatest and we won't certify drivers written for WDF
from now on...". Good to keep us employed though.
--
Calvin Guan
Broadcom Corporation
Connecting Everything(r)
- Posted by dd on March 3rd, 2008
Thanks to you all for replying
regards
"Calvin Guan" wrote: