Difference between revisions of "Subarches"

From Funtoo
Jump to navigation Jump to search
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#widget:AddThis}}
{{Tip|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.}}
= Download/Browse Funtoo Linux Subarches =
__NOTITLE__
<languages/>
<translate>
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.
 
=== Intel-Optimized 64-bit ===
 
{{Important|These stages have been optimized for 64-bit Intel processor families. Stages optimized for AMD processors are also available -- select "64-bit AMD Processors" in the tab above.}}
{{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=CFLAGS,CPU_FLAGS
|format=template
|order by=Release_Date DESC
|template=NewSubarchList}}
|format=dynamic table
{{#cargo_query:
|rows per page=12}}
tables=subarch
|where=CPU_Family="64-bit Processors (PC-Compatible, Generic)"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
 
=== AMD-Optimized 64-bit ===
 
{{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}}
 
=== 32-bit Optimized ===
 
 
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CHOST="i686-pc-linux-gnu"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
 
=== 32-bit ARM Stages ===
 
{{Important|The ARM architecture is used on a variety of specialty computing platforms, such as the Raspberry Pi. If you're new to Funtoo, it is suggested that you install an Intel or AMD stage3 on a PC-based laptop, desktop or server system first, and then "graduate" to ARM.}}
 
'''We recommend you use one of our board-optimized builds if possible:'''
 
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="32-bit ARM (Board Optimized)"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
 
'''The following generic optimized builds are also available:'''
 
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="32-bit ARM (Generic)"
|fields=_pageName,Subarch,Description,CFLAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
 
=== 64-bit ARM Stages ===
 
{{Important|The ARM64 architecture is used on a variety of specialty computing platforms, such as the ODROID C2. If you're new to Funtoo, it is suggested that you install an Intel or AMD stage3 on a PC-based laptop, desktop or server system first, and then "graduate" to ARM.}}
 
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="64-bit ARM (Generic)"
|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"
}}
</translate>

Revision as of 19:06, November 23, 2018

   Tip

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.