﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-geforceX的编程小苑-文章分类-驱动</title><link>http://www.cppblog.com/geforcex/category/433.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 21 May 2008 01:12:39 GMT</lastBuildDate><pubDate>Wed, 21 May 2008 01:12:39 GMT</pubDate><ttl>60</ttl><item><title>关于驱动的一些问题的理解</title><link>http://www.cppblog.com/geforcex/articles/1344.html</link><dc:creator>geforceX</dc:creator><author>geforceX</author><pubDate>Sun, 27 Nov 2005 09:06:00 GMT</pubDate><guid>http://www.cppblog.com/geforcex/articles/1344.html</guid><wfw:comment>http://www.cppblog.com/geforcex/comments/1344.html</wfw:comment><comments>http://www.cppblog.com/geforcex/articles/1344.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/geforcex/comments/commentRss/1344.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/geforcex/services/trackbacks/1344.html</trackback:ping><description><![CDATA[<P>1.在Windows系统中，驱动程序所处的位置？<BR>硬件与应用程序之间，driver自身又是分层的，function driver、filter driver、bus driver ... ...<BR>------------------------------------<BR>2.操作系统与驱动程序的关系怎样？<BR>可以这样简单理解：驱动是操作系统的一部分，用来控制设备。<BR>------------------------------------</P>
<P>3.驱动程序在哪运行--主机还是设备上？<BR>一般而言，主机上的为驱动程序，设备端为firmware，但设备也可能含有嵌入系统甚至os，<BR>也是驱动程序与主机相对话。<BR>-------------------------------------<BR>4.设备上应该也有CPU之类的东西吗？<BR>有控制单元，如cpu等。<BR>-------------------------------------<BR>5.操作指令传送到设备的详细过程是怎样的？<BR>应用程序通过api传给驱动，驱动通过主机硬件和某种协议、线路与设备通讯。<BR>-------------------------------------<BR>6.WDM与设备驱动程序，WDM与设备，WDM与操作系统....<BR>wdm是支持pnp,电源管理的驱动程序而已。<BR>WDM与设备，WDM与操作系统关系与其他一般驱动的类似。可以找找这方面的书看。<BR>--------------------------------------------------------------------------------------<BR>7.可否有一本好书介召。<BR>网上很多的，可以google搜wdm。<BR><BR>转自：<A href="http://community.csdn.net/Expert/topic/4147/4147103.xml?temp=.1771967">http://community.csdn.net/Expert/topic/4147/4147103.xml?temp=.1771967</A></P><img src ="http://www.cppblog.com/geforcex/aggbug/1344.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/geforcex/" target="_blank">geforceX</a> 2005-11-27 17:06 <a href="http://www.cppblog.com/geforcex/articles/1344.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>