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.
此设置控制如何无效的内核模式驱动程序和系统的代码是由内存子系统处理。
应用推荐