存档
-
Windows 2003 IFS DDK中的"kernel mode"名词解释
摘:Windows 2003 IFS DDK Documentation
kernel mode
Kernel-mode code has permission to access any part of the system, and is not restricted like user-mode code. It can gain access to any part of any other process running in either user mode or kernel mode.
Performance-sensitive operating system components run in kernel mode. In this way they can interact [...]2007年10月12日 | 归档于 Windows 系统内部