... 1) 层次型驱动程序(Layered Driver) 2) 独立型驱动程序(Monolithic Driver) 4.1 调试区信息(Debug Zone) ...
基于28个网页-相关网页
...tform Dependent Driver, PDD) 模型设备驱动(Model Device Driver, MDD) 单层驱动(layered driver) 分层驱动(monolithic driver) 6.4.3 中断处理 内核模式中断服务例程(ISR) 用户模式中断服务线程(IST) 中断处理过程 内核模式中断服务例程(ISR) ISR一般要...
基于12个网页-相关网页
Monolithic device driver 单片驱动程序
Source code for a monolithic driver consists of both interrupt service thread code and platform specific code.
单体驱动的源代码由中断服务线程和平台相关的代码组成。
In such a case, implementing a monolithic driver might be simpler and more efficient than implementing a layered driver.
在这些情况下,实现为单体驱动就要比分层驱动更加简单而且更加高效。
Regardless of whether you implement a monolithic driver or a layered driver, you can base your implementation on the source code for any of the sample drivers.
不管是实现为单体驱动还是分层的驱动,所有的示例驱动都可以作为实现驱动程序的参考。
应用推荐