<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cpu version and Linux built in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570228#M18306</link>
    <description>Thanks for the replies !!&lt;BR /&gt;&lt;BR /&gt;I would be even more greatefull if you would know of some Internet page matrixing the Linux built and the CPU type.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway my problem is solved.&lt;BR /&gt;Regards,&lt;BR /&gt;Franky&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Jun 2005 08:00:01 GMT</pubDate>
    <dc:creator>Franky Leeuwerck_2</dc:creator>
    <dc:date>2005-06-27T08:00:01Z</dc:date>
    <item>
      <title>cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570225#M18303</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Two questions :&lt;BR /&gt;&lt;BR /&gt;How can I find out on a Linux machine what the type of CPU is ( 32-bit or 64-bit ) ?&lt;BR /&gt;&lt;BR /&gt;Also how can I find if a given Linux version is a 32 bit or a 64 bit built.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Franky</description>
      <pubDate>Fri, 24 Jun 2005 08:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570225#M18303</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-06-24T08:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570226#M18304</link>
      <description>&lt;BR /&gt;uname -a should be able to tell u the type of linux installed.&lt;BR /&gt;&lt;BR /&gt;and you can find out about the type of cpu by cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Fri, 24 Jun 2005 09:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570226#M18304</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-24T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570227#M18305</link>
      <description>'uname -m' is your friend.&lt;BR /&gt;&lt;BR /&gt;If it's an Itanium, it'll be 'ia64'.&lt;BR /&gt;&lt;BR /&gt;If it's an AMD Opteron, it'll say 'x86_64'.&lt;BR /&gt;&lt;BR /&gt;These are primarily the two 64bit variants of Linux OS in an x86 based world.&lt;BR /&gt;&lt;BR /&gt;If it says something like 'i586' or 'i686' (or some variant like that), it's a standard 32bit Intel (or clone) processor.&lt;BR /&gt;&lt;BR /&gt;To find out more, have a look in '/proc/cpuinfo'.&lt;BR /&gt;&lt;BR /&gt;Now, if you're talking about a PPC, Alpha or S370 type of system, things get a bit out of hand..  But '/proc/cpuinfo' is always your friend ;)</description>
      <pubDate>Fri, 24 Jun 2005 09:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570227#M18305</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-24T09:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570228#M18306</link>
      <description>Thanks for the replies !!&lt;BR /&gt;&lt;BR /&gt;I would be even more greatefull if you would know of some Internet page matrixing the Linux built and the CPU type.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway my problem is solved.&lt;BR /&gt;Regards,&lt;BR /&gt;Franky&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 08:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570228#M18306</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-06-27T08:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570229#M18307</link>
      <description>The linux-kernel (well, most unix implementations) details can be found with the `uname` command. `uname -a` gives roughly everything. See your local `man uname` for details.&lt;BR /&gt;&lt;BR /&gt;For linux distributions that are installed using rpm (RedHat, SuSE ...) they install a package that indicate the installation media. For RedHat: `rpm -q redhat-release`. See `rpm -qa` for the complete list.&lt;BR /&gt;&lt;BR /&gt;Lots of unix implementations fill details in /etc/issue*. These files are intended to be human readable.</description>
      <pubDate>Mon, 27 Jun 2005 08:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570229#M18307</guid>
      <dc:creator>C. Beerse_1</dc:creator>
      <dc:date>2005-06-27T08:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570230#M18308</link>
      <description>Well, unfortunately, not really..  But here's a little quote from kernel.org:&lt;BR /&gt;&lt;BR /&gt;"Although originally developed first for 32-bit x86-based PCs (386 or higher), today Linux also runs on (at least) the Compaq Alpha AXP, Sun SPARC and UltraSPARC, Motorola 68000, PowerPC, PowerPC64, ARM, Hitachi SuperH, IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64, AXIS CRIS, and Renesas M32R architectures."&lt;BR /&gt;&lt;BR /&gt;So walking through this, and a copy of the source-tree (arch/), we can make this list:&lt;BR /&gt;&lt;BR /&gt;alpha : Compaq/HP Alpha AXP&lt;BR /&gt;arm : Obviously - &lt;A href="http://www.arm.com" target="_blank"&gt;www.arm.com&lt;/A&gt;&lt;BR /&gt;arm26 : some more ARM processors.&lt;BR /&gt;cris : Axis Cris - &lt;A href="http://www.axis.com" target="_blank"&gt;www.axis.com&lt;/A&gt;&lt;BR /&gt;frv : Fujitsu embedded processors&lt;BR /&gt;h8300 : non-mmu microcontrollers (i.e. palm pilots) - &lt;A href="http://www.uClinux.org" target="_blank"&gt;www.uClinux.org&lt;/A&gt;&lt;BR /&gt;i386 : Intel 32bit (386-pentium 4) + AMD (up to Althons)&lt;BR /&gt;ia64 : Intel 64bit Itanium&lt;BR /&gt;m32r : Renesas Tech. Processors - &lt;A href="http://www.renesas.com/" target="_blank"&gt;http://www.renesas.com/&lt;/A&gt;&lt;BR /&gt;m68k : Motorola 68000 CPU's&lt;BR /&gt;m68knommu : see above, but without mmu&lt;BR /&gt;mips : MIPS processors (SGI etc., including the Nintendo 64!)&lt;BR /&gt;parisc : HP PA-RISC systems (Big Beasties!)&lt;BR /&gt;ppc : IBM/Motorola PowerPC, G3-G4 processors&lt;BR /&gt;ppc64 : IBM PowerPC series, G5 etc.&lt;BR /&gt;s390 : IBM MainFrame monsters&lt;BR /&gt;sh : Hitachi SuperH&lt;BR /&gt;sh64 : Hitachi SuperH 64bit&lt;BR /&gt;sparc : Sun Sparc 32bit&lt;BR /&gt;sparc64 : Sun UltraSparc 64bit&lt;BR /&gt;v850 : NEC v850e embedded processor support&lt;BR /&gt;x86_64 : AMD Opteron 64bit addressing</description>
      <pubDate>Mon, 27 Jun 2005 08:43:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570230#M18308</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-27T08:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: cpu version and Linux built</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570231#M18309</link>
      <description>Thanks for the further inputs.&lt;BR /&gt;I'm sure this will get me further.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Franky&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jun 2005 09:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cpu-version-and-linux-built/m-p/3570231#M18309</guid>
      <dc:creator>Franky Leeuwerck_2</dc:creator>
      <dc:date>2005-06-27T09:40:56Z</dc:date>
    </item>
  </channel>
</rss>

