Revision [26252]
This is an old revision of PAE made by darkcity on 2013-02-23 11:15:03.
cn::de::es::fr::gr::hu::it::ja::kr::nl::pl::pt::ru::se::us::vn:: |
HomePage > ComponentHowTo Components and HowTos > Storage Memory and Storage
PAE (Physical Address Extention)
Physical Address Extension (PAE) is a feature to allow (32-bit) x86 processors to access a physical address space larger than 4 gigabytes. This includes RAM {Random Access Memory} and memory mapped devices.
Sometimes referred to as PAE-Highmem.
When to use a PAE version of Puppy
If the computer has more than 4GB RAM then the PAE version is required to be able to access the whole memory. If the computer has 4GB or less RAM memory then still use the standard PAE version if the CPU supports it (see No Excute).
Only if the CPU does not support PAE use the non-PAE version .
There are versions of Puppy Linux that have a PAE version available, including Puppy53 Puppy 5.3 Slacko and PrecisePuppy.
No Excute
PAE is not only more physical address space but also important for the "no execute" feature which disables execution of code that is marked as non-executable.
Therefore, the PAE kernel should be used on any systems that support it, regardless of the amount of main memory.