The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Subarches"
Line 5: | Line 5: | ||
{{#widget:AddThis}} | {{#widget:AddThis}} | ||
{{#widget:TabList|tab.help=How to identify your CPU|tab.intel64=64-bit Intel Processors|tab.amd64=64-bit AMD Processors|tab.32=32-bit PC-Compatible|active=intel64}} | {{#widget:TabList|tab.help=How to identify your CPU|tab.intel64=64-bit Intel Processors|tab.amd64=64-bit AMD Processors|tab.32=32-bit PC-Compatible|tab.arm32=32-bit ARM Processors|active=intel64}} | ||
{{Tab|id=help|body= | {{Tab|id=help|body= | ||
Line 43: | Line 43: | ||
|template=SubarchList | |template=SubarchList | ||
}} | }} | ||
{{#ask:[[CPU Family::64-bit Processors (PC-Compatible, Generic)]] | |||
{{#ask:[[CPU Family::64-bit | |||
|?# | |?# | ||
|?Subarch | |?Subarch | ||
Line 63: | Line 58: | ||
}} | }} | ||
{{tab|id= | {{tab|id=amd64|body= | ||
{{TableStart}} | {{TableStart}} | ||
{{#ask:[[ | {{#ask:[[CPU Family::64-bit AMD Processors]] | ||
|?# | |?# | ||
|?Subarch | |?Subarch | ||
Line 77: | Line 72: | ||
|template=SubarchList | |template=SubarchList | ||
}} | }} | ||
{{#ask:[[CPU Family::64-bit Processors (PC-Compatible, Generic)]] | |||
{{#ask:[[CPU Family:: | |||
|?# | |?# | ||
|?Subarch | |?Subarch | ||
Line 106: | Line 85: | ||
}} | }} | ||
{{TableEnd}} | {{TableEnd}} | ||
}} | |||
== | {{tab|id=32|body= | ||
{{TableStart}} | {{TableStart}} | ||
{{#ask:[[CHOST::i686-pc-linux-gnu]] | |||
{{#ask:[[ | |||
|?# | |?# | ||
|?Subarch | |?Subarch | ||
Line 123: | Line 101: | ||
|template=SubarchList | |template=SubarchList | ||
}} | }} | ||
{{TableEnd}} | |||
{{#ask:[[CPU Family:: | }} | ||
{{tab|id=arm32|body= | |||
{{TableStart}} | |||
{{#ask:[[CPU Family::32-bit ARM Processors]] | |||
|?# | |?# | ||
|?Subarch | |?Subarch | ||
Line 136: | Line 117: | ||
|template=SubarchList | |template=SubarchList | ||
}} | }} | ||
{{TableEnd}} | {{TableEnd}} | ||
}} |
Revision as of 20:09, April 4, 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.
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
Finding which subarch your hardware needs to use takes a little bit of searching. 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"
{{#ask:CPU Family::64-bit Intel 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: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 }}