Difference between revisions of "Subarches"

From Funtoo
Jump to navigation Jump to search
(testing cargo)
Line 10: Line 10:
{{TableStart|striped=true}}
{{TableStart|striped=true}}
{{#cargo_query:
{{#cargo_query:
tables=_subarch
tables=subarch
|where=CPU_Family=64-bit Intel Processors
|where=CPU_Family=64-bit Intel Processors
|fields=_pageName,Subarch,CFLAGS,Description
|fields=_pageName,Subarch,CFLAGS,Description

Revision as of 06:33, June 23, 2015

Download/Browse Funtoo Linux Subarches

This page provides an overview of Funtoo Linux sub-architectures (also called subarches) designed for quick and easy reference. Funtoo Linux provides optimized installation images for all sub-architectures listed below. Clicking on a particular subarch will bring you to a detail page where you can learn more about that subarch and download a stage3 for installation.

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Intel Processors ORDER BY `_pageName`,`Subarch`,`CFLAGS`,`Description` LIMIT 10' at line 1 (localhost)

Function: CargoSQLQuery::run Query: SELECT `_pageName` AS `_pageName`,`Subarch` AS `Subarch`,`CFLAGS` AS `CFLAGS`,`Description` AS `Description` FROM `cargo__subarch` WHERE CPU_Family=64-bit Intel Processors ORDER BY `_pageName`,`Subarch`,`CFLAGS`,`Description` LIMIT 100

{{#ask:CPU Family::64-bit Processors (PC-Compatible, Generic) |?# |?Subarch |?CFLAGS |?Description |format=template |link=none |headers=hide |searchlabel=... further results |sep=, |template=SubarchList }}

{{#ask:CPU Family::64-bit AMD Processors |?# |?Subarch |?CFLAGS |?Description |format=template |link=none |headers=hide |searchlabel=... further results |sep=, |template=SubarchList }} {{#ask:CPU Family::64-bit Processors (PC-Compatible, Generic) |?# |?Subarch |?CFLAGS |?Description |format=template |link=none |headers=hide |searchlabel=... further results |sep=, |template=SubarchList }}

{{#ask:CHOST::i686-pc-linux-gnu |?# |?Subarch |?CFLAGS |?Description |format=template |link=none |headers=hide |searchlabel=... further results |sep=, |template=SubarchList }}

{{#ask:CPU Family::32-bit ARM Processors |?# |?Subarch |?CFLAGS |?Description |format=template |link=none |headers=hide |searchlabel=... further results |sep=, |template=SubarchList }}

How to Identify your CPU

There are a couple of ways to identify the type of CPU you have. One option is to use the lscpu command:

root # lscpu

If the lscpu command is unavailable, you can get similar information via /proc:

root # cat /proc/cpuinfo | grep "^model name" | uniq
model name	: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz

The cpuid command is another option and can provide other interesting information:

root # emerge cpuid; cpuid | tail -n 1
   Note

Search is your friend. Take the chip name gathered, then google wiki chipname to find the wikipedia article for your chip. The right hand column of your processors wiki article will list the microarchitecture.

example: searching for "amd phenom wiki" returns this article & the article says its "Microarchitecture K10"