Skip to content

Commit 4363aa4

Browse files
committed
Installation Prepare: Added a table showing more CPU examples to the
different x86-64 ABIs
1 parent 1a0ec7b commit 4363aa4

File tree

1 file changed

+50
-21
lines changed

1 file changed

+50
-21
lines changed

src/content/docs/installation/installation_prepare.mdx

Lines changed: 50 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,56 @@ Unstable internet may result in extended installation times or failed installati
4343

4444
## x86_64 Microarchitecture Level Support
4545

46-
<Tabs>
47-
48-
<TabItem label="x86_64-v3 Compatible CPUs">
49-
50-
- **Intel**
51-
- Haswell and later generations **(e.g., Broadwell, Skylake, Coffee Lake, etc)**
52-
- **AMD**
53-
- **Ryzen Series**
54-
55-
</TabItem>
56-
57-
<TabItem label="x86_64-v4 Compatible CPUs">
58-
59-
- **Intel**
60-
- **Knights Landing (Xeon Phi x200), Knights Mill (Xeon Phi x205), Skylake-SP, Skylake-X, Cannon Lake, Cascade Lake, Cooper Lake, Ice Lake, Rocket Lake, Tiger Lake and Sapphire Rapids**
61-
- **AMD**
62-
- **Zen4+ CPUs**
63-
64-
</TabItem>
65-
66-
</Tabs>
46+
<table className="bm-table" style="border-collapse: collapse; width: 100%;">
47+
<thead>
48+
<tr style="border: 2px solid #444;">
49+
<th style="border: 2px solid #444; padding: 8px; text-align: left;">x86-64 ABI</th>
50+
<th style="border: 2px solid #444; padding: 8px; text-align: left;">CPU Families / Examples</th>
51+
</tr>
52+
</thead>
53+
<tbody>
54+
<tr style="border: 2px solid #444;">
55+
<td style="border: 2px solid #444; padding: 8px;"><strong>x86-64-v3</strong></td>
56+
<td style="border: 2px solid #444; padding: 8px;">
57+
<ul>
58+
<li>AMD Family 15h (Excavator)</li>
59+
<li>AMD Family 17h (Zen)</li>
60+
<li>AMD Family 17h (Zen+)</li>
61+
<li>AMD Family 17h (Zen 2)</li>
62+
<li>AMD Family 19h (Zen 3)</li>
63+
<li>Intel 4th Gen Core (Haswell)</li>
64+
<li>Intel 5th Gen Core (Broadwell)</li>
65+
<li>Intel 6th Gen Core (Skylake)</li>
66+
<li>Intel 7th Gen Core (Kaby Lake)</li>
67+
<li>Intel 8/9th Gen Core (Coffee Lake)</li>
68+
<li>Intel 10th Gen Core (Comet Lake)</li>
69+
<li>Intel 12th Gen (Alder Lake)</li>
70+
<li>Intel 13th Gen (Raptor Lake)</li>
71+
<li>Intel 14th Gen (Raptor Lake Refresh)</li>
72+
<li>Intel 15th Gen (Lunar / Arrow Lake)</li>
73+
</ul>
74+
</td>
75+
</tr>
76+
<tr style="border: 2px solid #444;">
77+
<td style="border: 2px solid #444; padding: 8px;"><strong>x86-64-v4</strong></td>
78+
<td style="border: 2px solid #444; padding: 8px;">
79+
<ul>
80+
<li>AMD Family 19h (Zen 4 / Zen 4c)</li>
81+
<li>AMD Family 1Ah (Zen 5 / Zen 5c)</li>
82+
<li>Intel 6th Gen Core (Skylake X)</li>
83+
<li>Intel 8th Gen Core i3 (Cannon Lake)</li>
84+
<li>Intel Xeon / 10th Gen Core (Ice Lake)</li>
85+
<li>Intel Xeon (Cascade Lake)</li>
86+
<li>Intel Xeon (Cooper Lake)</li>
87+
<li>Intel 3rd Gen 10nm++ (Tiger Lake)</li>
88+
<li>Intel 4th Gen 10nm++ (Sapphire Rapids)</li>
89+
<li>Intel 5th Gen 10nm++ (Emerald Rapids)</li>
90+
<li>Intel 11th Gen (Rocket Lake)</li>
91+
</ul>
92+
</td>
93+
</tr>
94+
</tbody>
95+
</table>
6796

6897
## Creating a Bootable CachyOS USB Drive
6998

0 commit comments

Comments
 (0)