Above the kernel, running in user mode, are the device drivers, each one running as a separate process tightly restricted by the memory management hardware to accessing only its own memory.
设备驱动处于内核之上,运行在用户态。每个驱动都作为单独的进程运行,受到内存管理硬件的严格约束,只能访问自己拥有的内存。
They need to be locked because the memory will be accessed by kernel-mode drivers and cannot be paged out for the duration of the access.
这是因为内核驱动程序需要访问这些内存,在此期间这些页面不能交换出去。
This setting controls how inactive kernel-mode Drivers and system code are handled by the memory subsystem.
此设置控制如何无效的内核模式驱动程序和系统的代码是由内存子系统处理。
The category kernel-mode drivers includes many subcategories.
内核模式驱动范畴包含许多子范畴。
According to the isolation positions of device drivers, the device driver framework can be classified into three types: kernel mode driver, user mode driver and virtual machine based driver.
目前,对设备驱动可靠性的研究着重于设备驱动与操作系统内核的有效分离,设备驱动框架按照驱动被隔离所处位置大致可分为内核态、用户态和虚拟机三种。
This thesis also describes common knowledge about kernel-mode drivers, especially about development and debugging tools used in driver development.
本文也对驱动程序的这类特殊的程序设计做了简要介绍,包括开发和调试工具的使用等。
Describes the physical hardware in the computer, the way device drivers use that hardware, and mappings and related data that link kernel-mode drivers with user-mode code.
描述在电脑中的实体硬体、装置驱动程序使用该硬体的方法,以及连结核心模式驱动程序和使用者模式程序码之对应和相关的资料。
Describes the physical hardware in the computer, the way device drivers use that hardware, and mappings and related data that link kernel-mode drivers with user-mode code.
描述在电脑中的实体硬体、装置驱动程序使用该硬体的方法,以及连结核心模式驱动程序和使用者模式程序码之对应和相关的资料。
应用推荐