To view parent comment, click here.
To read all comments associated with this story, please click here.
http://msdn.microsoft.com/en-us/library/windows/hardware/hh975398.a...
PAE/NX/SSE2 are enforced requirements now.
Interesting that PAE is mandatory which will probably mean that any drivers targeting Windows x86 and looking for certification will have to be PAE compatible - I wonder what pushed that, customers wanting to keep with Windows x86 but needing support for more than 4GB?
PAE is enforced as many companies still have to work with 16bit PLC devices with correspongind software and the 64bit systems does not support that. So this is just a way to enforce that the drivers are compatible with PAE. You might say that dosbox or some virtualization might do the trick, and indeed in some cases it will, but some devices and industrial hardware indeed need direct contact.
It is not only about the ram size, but also about the exact placement of registers available with old un-updated software (Siemens, i hate you for being the biggest culprit in this) in direct access to the named industrial hardware. In PAE 32+extra bits the initial bits for the conventional memory is in the same place, in a x64bit system this is not always the case.
Have a lovely day.





Member since:
2005-12-04
Here's the official story:
http://msdn.microsoft.com/en-us/library/windows/hardware/hh975398.a...
PAE/NX/SSE2 are enforced requirements now.