windows-xp – 什么是内核时代

我最近注意到,在“性能”选项卡下的 Windows XP任务管理器中有一个显示内核时间”选项.这显示为绿色“cpu使用”仪表上的红色表.究竟什么是内核时代?
了解用户和内核模式

http://blog.codinghorror.com/understanding-user-and-kernel-mode/

In Kernel mode,the executing code has complete and unrestricted access to the underlying hardware. It can execute any cpu instruction and reference any memory address. Kernel mode is generally reserved for the lowest-level,most trusted functions of the operating system. Crashes in kernel mode are catastrophic; they will halt the entire PC.

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...