阅读:2223回复:6
请教各位大虾,学WDM有什么经典的书吗
还有,各位大虾能谈一下学习过程中的经验体会吗,我是个新新手,你们的建议将使我少走很多弯路。
另外,本站的WDM教程怎么进入不了,而且有不少资源的链接都不存在了。 |
|
沙发#
发布于:2002-01-24 17:35
买本《programming windows driver model》或者从本站down一本,看。
看完了就看ddk文档。 ddk可以从www.vckbase.com/tools 或 www.microsoft.com/ddk下载。 少来这里提问,对你绝对有好处!(你所期望的高手一个都不会来,来了也不理你),这是忠告,自己搞定就是了 |
|
|
板凳#
发布于:2002-02-07 16:42
书店里有一本《vxd,wdm驱动开发务实》很棒的一本书,
|
|
地板#
发布于:2002-02-08 08:42
少来这里提问,对你绝对有好处!(你所期望的高手一个都不会来,来了也不理你)[/quote] 靠自己这是千古不变的,但仁兄的这一说法不大对吧 |
|
地下室#
发布于:2002-02-08 09:27
(grapped from kernel mailing list)
Windows NT Device Driver Development by Peter Viscarola, W. Anthony Mason New Riders Publishing; ISBN: 1578700582 This is the book I refer to the most besides the DDK, this has some of the most detailed technical knowledge on driver. Note I am friends with Peter and Tony (they are the owners of OSR), and have taken their classes. Developing Windows NT Device Drivers: A Programmer\'s Handbook by Edward N. Dekker, Joseph M. Newcomer Addison-Wesley Pub Co; ISBN: 0201695901 Ed and Joe are friends of mine (I was a reviewer of the book). This is one of the best books on drivers, but not the one I refer to often, since it uses a peel the onion approach, i.e. come in at a high level, then a few chapters later, go in a a medium level, the finally come in for the details. Programming the Microsoft Windows Driver Model by Walter Oney Microsoft Press; ISBN: 0735605882 This is the best book as far as Plug and Play and the WDM subset (Microsoft is pushing people towards the subset where possible). Windows 2000 Device Driver Book, The: A Guide for Programmers by Jerry Lozano (Editor), Art Baker Prentice Hall PTR; ISBN: 0130204315 This is probably the easiest to read of all the device driver books, there are some technical mistakes and does not have the depth of the above books, but it is a good overview. Writing Windows Wdm Device Drivers : Covers Nt 4, Win 98, and Win 2000 by Chris Cant CMP Books; ISBN: 0879305657 This book has been described as one of the worst wastes of paper ever done. I believe the reviewer was being way to kind, I found an average of 2 major technical errors per page. Inside Microsoft Windows 2000 (Microsoft Programming Series) by David A. Solomon, Mark Russinovich Microsoft Press; ISBN: 0735610215 This is the reference for overall operation of Windows, while it won\'t help you program directly, it will give you a great set of information on how the system is put together. Windows NT/2000 Native API Reference by Gary Nebbett New Riders Publishing; ISBN: 1578701996 This is the reference for using writing native Windows 2000 programs. Note, the windows API documented by Microsoft is not what trapped into the kernel, and many of these calls are available in drivers. Warning, most of these calls are undocumented and unsupported by Microsoft. Undocumented Windows NT? by Prasad Dabak, Sandeep Phadke, Milind Borate Hungry Minds, Inc; ISBN: 0764545698 This book is no where near as good as the Nebbett book. Undocumented Windows 2000 Secrets: A Programmer\'s Cookbook by Sven B. Schreiber Addison-Wesley Pub Co; ISBN: 0201721872 This is the worst of the three books on this subject, much of it is straight from Intel hardware documentation, or is wrong. Windows NT File System Internals : A Developer\'s Guide by Rajeev Nagar O\'Reilly & Associates; ISBN: 1565922492 This is the only book that covers file systems, unfortunately it is based on NT 3.51 and NT 4.0 so is somewhat out of date. Windows 2000 Kernel Debugging by Steven McDowell Prentice Hall PTR; ISBN: 0130406376 This is an ok book on kernel debugging, it\'s major downfall is it was written just before Microsoft did a major upgrade of the kernel debugge |
|
|
5楼#
发布于:2002-02-15 05:09
我正在看的资料
WINDOWS2000 驱动程序开发大全 设计指南 微软出的,中文版,不过太复杂,抽象度比较高 WINDOWS NT 设备驱动程序 设计指南 机械工业的,很不错,推荐 WINDOWS 2000 设备驱动程序 设计指南 机械工业的,基本上是抄NT的,不过也有很多新东西 个人见解: 驱动程序中WDM和NT的驱动,很多都一样,特别是类之间的结构, 如果用DS来开发,那建议看它附带的HELP(全E文),如果哪位仁兄有中文的,麻烦你发个信息给我,谢谢先。 DS还附带了很多的示例,相当不错。 |
|
|
6楼#
发布于:2002-02-19 20:26
应该看看inside windows 2000
|
|
|