摘要
现代操作系统中的微处理机一般运行在保护模式下,较低特权级的程序不能调用较高特权级的子程序,禁止用户程序从操作系统得到更多的底层服务。本文从分析Intel80x86系列CPU(以下简称微处理机)硬件结构的特点出发,利用保护模式下多任务切换机制,使较低特权级程序可以绕过操作系统的保护机制进入系统核心态,进而直接存取系统中受访问控制的资源,并在此基础上做一些特殊的应用。
Under all modern Operating Systems,the CPU runs in protected mode,To manage the access of system-critical resources,an OS is in need of privilege levels.This paper introduces a way to implement the function simply and efficiently.
出处
《现代计算机》
2002年第3期29-32,共4页
Modern Computer