Téléchargement Gratuit Programming the Microsoft Windows Driver Model
Venez nous rejoindre pour localiser la publication de lecture exceptionnelle de partout dans le monde! Lorsque vous vous sentez vraiment si difficile de trouver de nombreuses publications de divers autres pays, il ne sera certainement pas ici. Dans ce site, nous avons milliards de titres de guides de ce pays et aussi à l'étranger. Et aussi un à garder à l'esprit, vous ne manquerez certainement jamais ce livre, comme dans le magasin de livres. Pourquoi? Nous fournissons le fichier souple de ces publications pour obtenir rapidement par tous les visiteurs.
Programming the Microsoft Windows Driver Model
Téléchargement Gratuit Programming the Microsoft Windows Driver Model
Que dire lors de la recherche de votre publication préférée ci-dessous? Un grand merci à Dieu, cela est un très bon moment. Oui, beaucoup de gens ont leur particulier à obtenir leurs points bien-aimé. Pour vous guider les amateurs, les vrais lecteurs, nous vous montrons actuellement le excellent livre le plus inspirant du monde, Programming The Microsoft Windows Driver Model Une publication qui est écrit par un auteur extrêmement professionnel, une publication qui va certainement motiver le monde tant, est le vôtre.
L' obtention de guides Programming The Microsoft Windows Driver Model est maintenant pas sorte de moyen dur. Vous ne pouviez aller avec magasin de publication ou d'une collection ou de prêt vos copains pour les lire. Cette méthode est vraiment basique pour obtenir avec précision le livre en ligne. Ce livre sur le Internet Programming The Microsoft Windows Driver Model pourrait être l' un des choix pour vous accompagner lors d' avoir des temps d' arrêt. Il ne sera pas perdre votre temps. Pensez - moi, guide certainement vous montrer une nouvelle chose à vérifier. Il suffit d' investir peu de temps pour ouvrir cette publication en ligne Programming The Microsoft Windows Driver Model et les lire tout endroit où vous êtes maintenant.
Plus vous obtenez le guide Programming The Microsoft Windows Driver Model, plus tôt vous pouvez apprécier la révision du guide. Il sera certainement votre tour de continuer à télécharger et installer la publication Programming The Microsoft Windows Driver Model en lien web donné. En faisant cela, vous pouvez vraiment décider qui est offert pour obtenir votre propre publication en ligne. Ici, la première pour obtenir guide intitulé Programming The Microsoft Windows Driver Model , ainsi que le premier à reconnaître à quel point l'auteur implique la notification et aussi l' expertise pour vous.
Il croira certainement quand vous visitez choisir ce e-book. Cette motivation Programming The Microsoft Windows Driver Model livre peut être lu dans le temps tout à fait spécifique en fonction de la façon dont vous ouvrez souvent, ainsi que de les consulter. L' un est de se rappeler que chaque livre a leur fabrication propre à acquérir par chaque lecteur. Alors, soyez l'excellent visiteur et aussi être une personne beaucoup mieux après avoir examiné ce e-book Programming The Microsoft Windows Driver Model
Détails sur le produit
Broché: 626 pages
Editeur : Microsoft Press; Édition : Pap/Cdr (1999)
Collection : Langages et programmation
Langue : Anglais
ISBN-10: 0735605882
ISBN-13: 978-0735605886
Dimensions du produit:
18,8 x 4,4 x 23,4 cm
Moyenne des commentaires client :
Soyez la première personne à écrire un commentaire sur cet article
Classement des meilleures ventes d'Amazon:
1.183.379 en Livres (Voir les 100 premiers en Livres)
It's now 12 years since this book (2nd edition) was released, but it's still a very relevant, useful and helpful resource. Yes, it's about a highly technical topic, so not for beginners. But for readers who already have some background in application development, familiarity with C and C++ and so on, it contains some of the best explanations of the Windows Driver Model which continues to form the basis for Windows device drivers to this day.There are a number of other references for this territory, such as MSDN, the Windows Internals books, and the DDK itself, but what I especially like about Oney's book is the deliberate way he sets out the material, at many junctures anticipating the extra things you need to know for each piece to make sense, often dispelling some doubt or ambiguity that otherwise makes understanding difficult.To be sure, a developer will also want to be familiar with more recent developments that make driver development easier, notably the Windows Driver Framework (fromerly "Foundation") (WDF, KMDF, UMDF). So developers may well not build drivers from scratch as in this book. But drivers built with WDF still must operate within the WDM, so knowing how WDM works is an essential foundation.As for the several less-glowing reviews, note that almost all are from before the second edition was released, so don't actually apply to this edition. This is a sizable tome, with a lot of technical detail, so it's not a surprise that a couple of iterations made for a better result.At this point in time, you may be tempted to purchase a used copy. That's a good investment, but be aware that the accompanying CD, which contains useful tools and sample code, may be missing, and I've not been able to locate an online source for them. The author's original programming site is no longer online.Update: Apparently some aspects of this book were acquired by oreilly, and the supporting material can be located by searching for that name in conjunction with 9780735618039. For what it's worth, the revealing DevView.exe tool does work on XP. However, I found that it is unable to load its crucial DevView.sys driver on Win 7-64, not even with boot-time F8 -- Disable Driver Signature Enforcement, hence not usable on that OS (though it might work on Win7-32). Obviously in some cases one can learn what one needs to know on XP, so still useful.Further update: OSR Online publishes a free utility called DeviceTree, which covers much of the same territory as Oney's DevView, making it a good companion for this book.
As a technical manager of small team, who have never had any experience with Win dev drivers, I had to come up to speed on a project which necessitated several weeks of WDM work (revamp).This book was perfect for someone like me; 90% of the chapters were relevant for me and at the end of it I was able to fully understand the IRP model, be able to intelligently discuss the issues at hand, and even fix a couple of small things here and there! Very comprehensive and has excellent tips that even the expert SME was surprised to hear. On another occassion I had to deal with a pesky WMI issue; thanks to this book we quickly identified and resolved the issue!Only complaint is that is fairly old so some topics aren't longer relevant.
If you are writing Windows Device Drivers, this is one of 3 books you absolutely must have. Buy it.
Lots of good information is in this book, but youwould have to be an experienced driver developer to understand.Only chapters 1-3 are aimed at beginners.The problem is the author jumps right into the hardest partfirst.Also, the author shows the wrong way of doing things first. Thatmakes this an extremely difficult read.Some of the topics could have been simplified.There is good examples, and software with the book. Otherwise, I wouldhave given it one star.
If you already know how to write WDM device drivers, you may or may not need this book.If you do not know how to write WDM device drivers, you would do yourselfa big favor by avoiding this book. It is so carelessly edited andorganized that I would feel justified in billing Walter Oney and hispublishers back for the time I have wasted dealing with things like this:From page 184: ..."In fact, sometimes the easiest way to commence a new operation is to storesome state information in your device extension and then fake aninterrupt. Since either of these approaches needs to be carried out underprotection of the same spin lock that protects your ISR...""Fake and interrupt?" This term is not defined or explained anywhere in the book that I couldfind within an hour's search."...the same spin lock that protects your ISR," is explained 121 pages later on page 305,where it says "...(because the I/O Manager automatically allocates [a spinlock] for you.)"There are 26 pages of errata downloadable from Oney's web site. I printedout the file, and I have to check it every page or two to make sure theinformation on the page I am reading is correct.If you want to spend your time sorting through this messwhile introducing yourself to a topic as arcane as WDM, be my guest.You have been warned.
Programming the Microsoft Windows Driver Model PDF
Programming the Microsoft Windows Driver Model EPub
Programming the Microsoft Windows Driver Model Doc
Programming the Microsoft Windows Driver Model iBooks
Programming the Microsoft Windows Driver Model rtf
Programming the Microsoft Windows Driver Model Mobipocket
Programming the Microsoft Windows Driver Model Kindle
0 komentar:
Posting Komentar