Revision [26518]
This is an old revision of PAE made by darkcity on 2013-03-07 14:54:05.
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 (32-bit) computer has-
- more than 4GB RAM, then the PAE version is required to be able to access the whole memory.
- 4GB or less RAM, then using the PAE version may be still possible/desirable. This is because of the No Excute feature (see below). Note, however, there may be a performance penalty using PAE (see Related Webpages).
Puppy Version
There are versions of Puppy Linux that have a PAE version available, including Puppy53 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.
Compatibility
PCs MUST have PAE to boot a PAE distro. PAE is built into the system's CPU. Non PAE compatible processors include some of the Intel Atom range.
Not all applications are compatible with PAE.