Are all recent laptops and desktops x64 machines ?
Are all recent laptops and desktops x64 machines ?
Are all recent laptops and desktops x64 machines ?

- Joakim Christiansen
- Addict
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Re: Are all recent laptops and desktops x64 machines ?
Indeed. But that doesn't mean the user runs a x64 OS.
But nowadays new computers tend to come with a x64 OS installed.
But nowadays new computers tend to come with a x64 OS installed.
I like logic, hence I dislike humans but love computers.
Re: Are all recent laptops and desktops x64 machines ?
Ok I have to check if the installed OS version is a x64 version.

Re: Are all recent laptops and desktops x64 machines ?
There's a nice Is64BitOS() procedure here http://www.purebasic.fr/english/viewtop ... w64Process
there's also some other "helpful" stuff there.
there's also some other "helpful" stuff there.
Re: 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.eddy wrote:Are all recent laptops and desktops x64 machines ?
Best wishes to the PB community. Thank you for the memories. 
Re: Are all recent laptops and desktops x64 machines ?
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
That pretty much sums it up, not exactly a dense subject...no need for riddles
- Fractalorangejuice
- User
- Posts: 14
- Joined: Thu Jun 18, 2009 6:14 am
- Location: Berlin,Germany
Re: Are all recent laptops and desktops x64 machines ?
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.
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.
- Joakim Christiansen
- Addict
- Posts: 2452
- Joined: Wed Dec 22, 2004 4:12 pm
- Location: Norway
- Contact:
Re: Are all recent laptops and desktops x64 machines ?
Do you mind telling us why by the way?eddy wrote:Ok I have to check if the installed OS version is a x64 version.
I like logic, hence I dislike humans but love computers.
Re: Are all recent laptops and desktops x64 machines ?
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
Which leaves me curious too on what he is doing

Re: Are all recent laptops and desktops x64 machines ?
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.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
Re: Are all recent laptops and desktops x64 machines ?
Hi,
I think that netbook's Intel Atom CPUs are 32bit only (at least for the first generation, like N270).
Regards.
I think that netbook's Intel Atom CPUs are 32bit only (at least for the first generation, like N270).
Regards.