Sunday, March 15, 2009

Eiffel Tower by Night from St Cloud

 PreviewTower
No comment
Adrian

Saturday, March 7, 2009

How to check if your CPU is 32 or 64 bit?

When trying to install a 64bit app into a 32bit OS, the OS will report your system as being a 32bit system even if your CPU implements 64bit architecture. At this level it is the OS who reports itself as a 32bit, and prevents the execution of a 64 bit app, but there should be no problems executing a 32bit app on a 64bit OS.

But the question is how to really check if the CPU is 64bit or not.
The 64bit compatible CPU includes a “lm” flag (that stands for LONG MODE) that implements the EM64T instruction. This bit is common for both Intel and AMP CPUID.

Anyways, the fastest way to find if the CPU is 32 or 64 (in windows) would be to download the CPU-Z tool, and once you execute it check under the CPU tab, Processor section. cpuZ2
If in the list of supported CPU Instructions, the option EM64T is present, your CPU supports 64bit. 
    

Adrian

Windows 7 build 7048 x86/x64 Leaked

This release labeled Release Candidate 1 can be downloaded on various sources (torrent, rapidshare, megaupload).

Name: 7048_x64_Ultimate_EN_DVD
Size: 3.31 GB
x64


Name: 7048.0.090219-1845_x86fre_client_en-us_Ultimate_EN_DVD
Size: 2.61 GB
x86

Adrian