(no title)
LeeLorean | 12 years ago
It enables PAE which is 36bit addressing Microsoft brought in for their server product line. You still only have 4GB per process, though.
I've been using this one for Windows 7. Gives me 64GB http://www.adminsehow.com/2011/03/windows-7-32-bit-pae-patch...
cpleppert|12 years ago
See http://msdn.microsoft.com/en-us/library/windows/hardware/gg4...
Typically, device drivers must be modified in a number of small ways. Although the actual code changes may be small, they can be difficult. This is because when not using PAE memory addressing, it is possible for a device driver to assume that physical addresses and 32-bit virtual address limits are identical. PAE memory makes this assumption untrue.
_ea1k|12 years ago
yuhong|12 years ago
xtrumanx|12 years ago