Kernel space is flagged in the page tables as exclusive to privileged code (ring 2 or lower), hence a page fault is triggered if user-mode programs try to touch it.
系统内核所使用的内存空间通过特权码(privileged code,2级或者更低)来标记,以防止用户模式的程序访问到内核空间而发生页面错误。
Kernel space is flagged in the page tables as exclusive to privileged code (ring 2 or lower), hence a page fault is triggered if user-mode programs try to touch it.
内核空间被标记在页表中的独家特权代码(环2或更低),因此一个页面故障被触发,如果用户模式的程序试图去触摸它。
Kernel space is flagged in the page tables as exclusive to privileged code (ring 2 or lower), hence a page fault is triggered if user-mode programs try to touch it.
内核空间被标记在页表中的独家特权代码(环2或更低),因此一个页面故障被触发,如果用户模式的程序试图去触摸它。
应用推荐