I recently recieved my new T43 with a 2GHz PM. I develop mobile applications (mostly Pocket PC) using MS Visual Studio .net and make heavy use of the Pocket PC emulator that ships with VS.net. When I first tried to open one of my projects and run it, it says that the emulator driver cannot be used and has been disabled. Apparently, the Pentium M supports "Physical Address Extension mode" which, along with the "Data execution prevention" functionality in WinXP SP2 prevents the emulator from running, which prevents me from earning money
To work around this, you need to disable PAE and DEP, which MS strongly recommends against, but of course provide you with no other solution. Edit your boot.ini file, adding the /NOPAE and /NOEXECUTE=AlwaysOff switches.
http://support.microsoft.com/kb/875352
http://www.microsoft.com/technet/prodte ... mempr.mspx
Mods, if this belongs in another subforum, I apologize and please feel free to move it
--Greg--