Difference between revisions of "Subarches"

From Funtoo
Jump to navigation Jump to search
(15 intermediate revisions by 2 users 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.}}
= Funtoo Linux İndir/Ara Sayfaları =
__NOTITLE__
<languages/>
<translate>
Bu sayfada kolay ve hızlı başvuru için tasarlanmış Funtoo Gnu-Linux alt mimarileri ("subarches" olarak da adlandırılır) genel bir bakış sağlar. Funtoo Gnu-Linux, aşağıda listelenen tüm alt mimariler için optimize edilmiş kurulum görüntüleri sağlar. Belirli bir subarch tıkladığınızda, o subarch hakkında daha fazla bilgi edinebileceğiniz ve yükleme için bir stage3'u indirebileceğiniz bir ayrıntı sayfasına gideceksiniz.
 
 
 
{{#widget:AddThis}}
 
{{#widget:TabList|tab.intel64=64-bit Intel İşlemciler|tab.amd64=64-bit AMD İşlemciler|tab.32=32-bit PC-Uyumlu|tab.arm32=32-bit ARM İşlemciler|tab.arm64=64-bit ARM İşlemciler|active=intel64}}{{tab|id=intel64|active=true|body={{Important|Bu aşamalar 64-bit Intel işlemci aileleri için optimize edilmiştir. AMD işlemciler için optimize edilmiş aşamalar da mevcuttur yukarıdaki sekmede "64-bit AMD işlemcileri" seçin.}}{{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}}
}}
 
{{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=
{{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:'''
Gentoo
{{TableStart|striped=true}}
{{#cargo_query:
tables=subarch
|where=CPU_Family="32-bit ARM (Generic)"
|fields=_pageName,Subarch,Description,CFLGentooAGS
|format=template
|template=NewSubarchList}}
{{TableEnd}}
}}
{{tab|id=arm64|body=
{{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}}
}}
 
=== CPU'nuzu tanımlama yöntemi ===
 
Sahip olduğunuz CPU türünü belirlemenin birkaç yolu vardır. Bir seçenek {{c|lscpu}} komutunu kullanmaktır:
{{console|body=
# ##i##lscpu
}}
 
{{c|lspci}} komutu kullanılamazsa, {{f|/proc}} ile benzer bilgileri alabilirsiniz:
{{console|body=
# ##i##cat /proc/cpuinfo {{!}} grep "^model name" {{!}} uniq
model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
}}
 
{{c | cpuid}} komutu başka bir seçenektir ve başka ilginç bilgiler de sağlayabilir:
<console>
###i## emerge cpuid; cpuid | tail -n 1
</console>
Microarchitecture
{{note|Aramak en iyi arkadaştır.
Görünen çip adını alın, daha sonra çipiniz için vikipedi makalesiyle ilgili google viki cpu ismini yazın. İşlemcilerin viki makalesinin sağ sütununda mikro mimari listelenir.
 
Örneğin:
"amd phenom viki" için arama yaparsan bunu bulursun. [https://en.wikipedia.org/wiki/AMD_Phenom AMD Phenom] & "Mikro Mimarisi K10"
}}article
</translate>
Microarchitecture

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.