设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

windows-xp – 什么是内核时代

发布时间:2021-01-25 00:23 所属栏目:117 来源:网络整理
导读:我最近注意到,在“性能”选项卡下的 Windows XP任务管理器中有一个“显示内核时间”选项.这显示为绿色“CPU使用”仪表上的红色表.究竟什么是内核时代? 了解用户和内核模式 http://blog.codinghorror.com/understanding-user-and-kernel-mode/ In Kernel mod

我最近注意到,在“性能”选项卡下的 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.

(编辑:ASP站长网)

    网友评论
    推荐文章
      热点阅读