linux – 什么处理器支持/不支持PAE?

前端之家收集整理的这篇文章主要介绍了linux – 什么处理器支持/不支持PAE?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在做一些研究,并试图找出是否有任何处理器不支持当前正在使用的PAE.维基百科有一个短名单(Pentium M,Celeron M,Pentium PRO ……我在 Executable Space Protection下找到了这个列表).

当前系统中是否使用不支持PAE的处理器?我正在研究将PAE设置为linux发行版中的默认模式有多大的风险.

谢谢您的帮助!

编辑:(顺便说一句,我正在研究Devil-Linux Linux发行版的管理员.)

解决方法

对于任何Pentium II或Athlon或更新的PAE应该是非常安全的,尽管一些Pentium M(以Centrino销售) – 即400 MHz总线 – 不支持PAE.

http://en.wikipedia.org/wiki/Physical_Address_Extension

PAE is provided by Intel Pentium Pro
(and above) cpus – including all later
Pentium-series processors except the
400 MHz bus versions of the Pentium M,
as well as by other processors such as
the AMD Athlon and later AMD processor
models with similar or more advanced
versions of the same architecture.

http://pacoup.com/2009/05/27/pae-vs-64-bit-what-manufacturers-dont-want-you-to-know/comment-page-1

this option is compatible with any
Intel Pentium Pro,Pentium II,III,4,
Core,Core 2,Core i7 and + processor,
along with every recent AMD processors
and Athlon series.

您基本上应该在Linux发行版的系统要求中列出这些cpu,或者提供默认情况下禁用PAE的备用发行版.

原文链接:https://www.f2er.com/linux/398013.html

猜你在找的Linux相关文章