ygm99
驱动牛犊
驱动牛犊
  • 注册日期2001-11-19
  • 最后登录2006-01-19
  • 粉丝0
  • 关注0
  • 积分42分
  • 威望5点
  • 贡献值0点
  • 好评度4点
  • 原创分0分
  • 专家分0分
阅读:1176回复:3

想开设关于一本书的读书交流会!!!

楼主#
更多 发布于:2002-03-19 10:55
我是菜鸟,在读Chris Cant的<<设备驱动程序开发指南>>,
但是不会的问题多多,在现实中又没有高手请教,突然想到咱这里的方便条件(\"高手如云,菜鸟如尘:D\"),一定有读过chris Cant这本书的高手,正好可以给我等小菜鸟一指点!
各位菜鸟也可以在此发表问题,高手,大侠们也正好在此一展身手!


  :P
学习ARM+uClinux中, 问题多多,请多指教! 我的开发板:HJARM4510b。 看上去跟samsung的SNDS100类似。 S3C4510b+16MBRAM+2MB flash 正在学习uClinux的驱动程序的开发!
Tom_lyd
驱动大牛
驱动大牛
  • 注册日期2001-09-02
  • 最后登录2016-01-09
  • 粉丝0
  • 关注0
  • 积分10分
  • 威望1点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-03-19 13:54
这本书我读过,我就是用这本书学习驱动开发的,觉得挺不错的。你有什么问题吗?
Tom_lyd
流氓兔
驱动老牛
驱动老牛
  • 注册日期2001-06-27
  • 最后登录2005-02-28
  • 粉丝0
  • 关注0
  • 积分1分
  • 威望1点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-03-19 14:35
是俩块大砖头吧!!!
我想买但偶的能力有限无发全部看懂所以没买。借偶看一下咯!!
 :D :D :D
我是流氓!!!我怕谁!!! 不!!应该是我是老流氓!!!我怕谁!!![img]http://202.98.116.70:888/cgi-bin/newmov/bbs/attachment.cgi?forum=4&topic=25473&postno=1&type=.jpg[/img]
matt
驱动中牛
驱动中牛
  • 注册日期2001-07-24
  • 最后登录2016-02-25
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2002-03-19 15:53
我是菜鸟,在读Chris Cant的<<设备驱动程序开发指南>>,
...


这本书很烂!

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 itwas written just before Microsoft did a major upgrade of
the kerneldebuger

System Internals http://sys.xiloo.com
游客

返回顶部