Page 1 of 1

Are all recent laptops and desktops x64 machines ?

Posted: Sun Feb 07, 2010 4:22 pm
by eddy
Are all recent laptops and desktops x64 machines ?

Re: Are all recent laptops and desktops x64 machines ?

Posted: Sun Feb 07, 2010 4:38 pm
by Joakim Christiansen
Indeed. But that doesn't mean the user runs a x64 OS.
But nowadays new computers tend to come with a x64 OS installed.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Sun Feb 07, 2010 4:46 pm
by eddy
Ok I have to check if the installed OS version is a x64 version.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Sun Feb 07, 2010 6:51 pm
by Rescator
There's a nice Is64BitOS() procedure here http://www.purebasic.fr/english/viewtop ... w64Process
there's also some other "helpful" stuff there.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Sun Feb 07, 2010 8:32 pm
by Kuron
eddy wrote:Are all recent laptops and desktops x64 machines ?
It depends on your definition of laptops and desktops. Most netbooks and nettops being sold on store shelves have 32bit processors in them.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Wed Feb 10, 2010 12:00 am
by tempest
Most vendors are actually shipping x64 OSs. 32 runs on 64 but 64 doesn't run on 32. 64 just uses a extended instruction set and registers not on old CPUs.

That pretty much sums it up, not exactly a dense subject...no need for riddles

Re: Are all recent laptops and desktops x64 machines ?

Posted: Wed Feb 10, 2010 3:43 pm
by Fractalorangejuice
Some do some don't. Here is a list to determine which processors support x64 for Netbooks:
http://www.intel.com/products/processor ... ations.htm

All new core i7,i5,i3,Celerons have x64 support

AMD Semprons do not AFAIK but the rest of their processor lines do.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Wed Feb 10, 2010 7:54 pm
by Joakim Christiansen
eddy wrote:Ok I have to check if the installed OS version is a x64 version.
Do you mind telling us why by the way?

Re: Are all recent laptops and desktops x64 machines ?

Posted: Wed Feb 10, 2010 9:04 pm
by Foz
I would hazard a guess that he's writing something in ASM and using the extended operands for 64 bit operations.

Which leaves me curious too on what he is doing :D

Re: Are all recent laptops and desktops x64 machines ?

Posted: Wed Feb 10, 2010 9:34 pm
by Trond
Foz wrote:I would hazard a guess that he's writing something in ASM and using the extended operands for 64 bit operations.

Which leaves me curious too on what he is doing :D
In that case the program wouldn't even compile as a 32-bit application, so the application must be 64-bit, so the os must be 64-bit so he doesn't need to check.

Re: Are all recent laptops and desktops x64 machines ?

Posted: Tue Feb 23, 2010 1:25 pm
by delta69
Hi,

I think that netbook's Intel Atom CPUs are 32bit only (at least for the first generation, like N270).

Regards.