问题描述
- linux 禁用分页机制的问题
-
intel的分页机制有3中,IA-32,PAE,IA-32e,现在我想要在IA-32e的模式下禁用分页,怎么才能做到.
intel的手册是这么说的
chapter4 中
Regardless of the current paging mode, software can disable paging by clearing CR0.PG with MOV to CR0.
但是chapter6中说下面的行为会产生#gp
If an attempt is made to clear CR0.PG while IA-32e mode is enabled.
有没有方法禁用分页机制?更近一步,可不可以跳转会实模式?
时间: 2024-12-21 05:06:21