I recently plan to buy a new laptop to run a 64-bit OS, but a friend told me that my current laptop is already 64-bit.
How can I verify if my laptop is ready to load a 64-bit OS or not?
Here is the result from CPU-Z:

|
I recently plan to buy a new laptop to run a 64-bit OS, but a friend told me that my current laptop is already 64-bit. How can I verify if my laptop is ready to load a 64-bit OS or not? Here is the result from CPU-Z:
|
||||
|
|
|
Find out what kind of processor it uses. If it's a 64-bit processor you should be all set. I think anything more recent than a Core 2 on the Intel side is 64-bit and AMD's 64-bit processors usually have a "64" in their name. These are not guaranteed rules, however, so you should always do your homework to be safe. edit: Yes, the T5600 is 64-bit. You see under "Instructions" where it says "EM64T"? That indicates its a 64-bit chip. |
|||
|
|
|
Ok, from the intel site: IntelĀ® EM64T requires a computer system with a processor, chipset, BIOS, operating system, device drivers and applications enabled for Intel EM64T. Processor will not operate (including 32-bit operation) without an Intel EM64T-enabled BIOS. Performance will vary depending on your hardware and software configurations. See http://www.intel.com/info/em64t for more information including details on which processors support IntelĀ® EM64T or consult with your system vendor for more information. So yes it is 64 bit. |
|||
|
|
|
I currently have a little app (tied to our own little 64bit os) that tells you the processor name and the type x86(32bit) or x64(64bit) here (6Kb download) It just calls CPUID and checks if long mode is available. (CPUID.80000001H:EDX[Bit 29]) Some C++ code:
|
|||
|
|
You could look at the registry:
|
||||
|
|