Are all recent laptops and desktops x64 machines ?

Everything else that doesn't fall into one of the other PB categories.
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Are all recent laptops and desktops x64 machines ?

Post by eddy »

Are all recent laptops and desktops x64 machines ?
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Are all recent laptops and desktops x64 machines ?

Post 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.
I like logic, hence I dislike humans but love computers.
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: Are all recent laptops and desktops x64 machines ?

Post by eddy »

Ok I have to check if the installed OS version is a x64 version.
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
Rescator
Addict
Addict
Posts: 1769
Joined: Sat Feb 19, 2005 5:05 pm
Location: Norway

Re: Are all recent laptops and desktops x64 machines ?

Post by Rescator »

There's a nice Is64BitOS() procedure here http://www.purebasic.fr/english/viewtop ... w64Process
there's also some other "helpful" stuff there.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: Are all recent laptops and desktops x64 machines ?

Post 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.
Best wishes to the PB community. Thank you for the memories. ♥️
tempest
New User
New User
Posts: 8
Joined: Mon Feb 08, 2010 11:15 pm

Re: Are all recent laptops and desktops x64 machines ?

Post 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
User avatar
Fractalorangejuice
User
User
Posts: 14
Joined: Thu Jun 18, 2009 6:14 am
Location: Berlin,Germany

Re: Are all recent laptops and desktops x64 machines ?

Post 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.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: Are all recent laptops and desktops x64 machines ?

Post 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?
I like logic, hence I dislike humans but love computers.
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: Are all recent laptops and desktops x64 machines ?

Post 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
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Are all recent laptops and desktops x64 machines ?

Post 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.
delta69
User
User
Posts: 15
Joined: Fri Apr 25, 2003 10:56 pm

Re: Are all recent laptops and desktops x64 machines ?

Post by delta69 »

Hi,

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

Regards.
Post Reply