Difference between revisions of "Subarches"

From Funtoo
Jump to navigation Jump to search
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Download/Browse Funtoo Linux Subarches =
This page provides an overview of Funtoo Linux sub-architectures, also called '''subarches'''. Use the Search feature on this page to filter results in real-time. Also use the green + button to expand each entry for more information.
__NOTITLE__
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.
 
{{#widget:AddThis}}
 
{{#widget:TabList|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=intel64|active=true|body=
{{TableStart|striped=true}}
{{#cargo_query:
{{#cargo_query:
tables=subarch
tables=subarch
|where=CPU_Family="64-bit Intel Processors"
|fields=_pageName=Subarch,CPU_Family,Release_Date,Description,CFLAGS,CPU_FLAGS
|fields=_pageName,Subarch,Description,CFLAGS
|details fields=CPU_Family,CFLAGS,CPU_FLAGS,Release_Date
|format=template
|order by=Release_Date DESC
|template=NewSubarchList}}
|format=dynamic table
{{#cargo_query:
|rows per page=24}}
tables=subarch
|where=CPU_Family="64-bit Processors (PC-Compatible, Generic)"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
}}
 
{{tab|id=amd64|body=
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="64-bit AMD Processors"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}{{#cargo_query:
tables=subarch
|where=CPU_Family="64-bit Processors (PC-Compatible, Generic)"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
}}
 
{{tab|id=32|body=
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CHOST="i686-pc-linux-gnu"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
}}
{{tab|id=arm32|body=
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="32-bit ARM Processors"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
}}
 
=== 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 {{c|lscpu}} command:
{{console|body=
# ##i##lscpu
}}
 
If the {{c|lscpu}} command is unavailable, you can get similar information via {{f|/proc}}:
{{console|body=
# ##i##cat /proc/cpuinfo {{!}} grep "^model name" {{!}} uniq
model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
}}
 
The {{c|cpuid}} command is another option and can provide other interesting information:
<console>
###i## emerge cpuid; cpuid | tail -n 1
</console>
 
{{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 [https://en.wikipedia.org/wiki/AMD_Phenom article] & the article says its "Microarchitecture K10"
}}

Revision as of 21:31, December 14, 2019

This page provides an overview of Funtoo Linux sub-architectures, also called subarches. Use the Search feature on this page to filter results in real-time. Also use the green + button to expand each entry for more information.

Error: No field named "CPU_FLAGS" found for any of the specified database tables.