核心态 meaning in Chinese
cpu modes
kernel mode
ring 0
Examples
- Above example shows how to setup user mode redirection debug
上面的步骤演示了如何设定核心态调试,如何重定向用户态调试。 - Device driver is one of the most important components of linux kernel
设备驱动程序运行在核心态,是linux内核重要组成部分。 - However , the major question is not about how to do that , it is “ why we need to debug user mode application in kernel session
但是问题的关键不在于如何做,而是在于为何需要把用户态程序重定向到核心态? - If you need to monitor both kernel and user mode issues , combining them into a single session is the most convenient way
如果需要同时监视用户态程序和核心态的问题,把两者合在一起显然是一种很好的办法。 - A set of kernel mode procedures that executes as the result of a page fault . the pager and the image activator provide the operating system ' s memory management functions
当产生缺页中断时执行的一组核心态程序,它与映象激活程序一起提供操作系统的存储管理功能。