aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-18 02:41:11 -0700
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-18 20:58:59 +0200
commitacaea966f9326c18c3c820ce24aa16930fc4618e (patch)
tree46664dda560f38e65b29bafe4815e3228cc4a485 /_includes
parentdownloads/ppc: add -openrc suffix to remaining stages. (diff)
downloadwww-acaea966f9326c18c3c820ce24aa16930fc4618e.tar.gz
www-acaea966f9326c18c3c820ce24aa16930fc4618e.tar.bz2
www-acaea966f9326c18c3c820ce24aa16930fc4618e.zip
downloads/ppc: add CPU compatibility note
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to '_includes')
-rw-r--r--_includes/downloads/ppc.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index b4f06a9..68bc09f 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -25,4 +25,13 @@
<li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/current-iso/">Minimal Installation CD</a></li>
<li><a href="https://bouncer.gentoo.org/fetch/root/all/releases/ppc/autobuilds/">All files</a></li>
</ul>
+ <div class="alert alert-warning">
+ <strong><i class="fa fa-fw fa-warning"></i> Confirm processor compatibility</strong>
+ <p>
+ There are two modes the powerpc CPUs can operate in: <em>big-endian</em> and <em>little-endian</em>.<br />
+ The <em>ppc</em> and <em>ppc64</em> are <strong>big-endian</strong> stages and can be used with any <strong>PowerPC</strong> CPU, including some old Apple&trade; hardware.< br />
+ The <em>ppc64le</em> are <strong>little-endian</strong> stages and are created for running on <strong>POWER8</strong> and newer CPUs.< br />
+ The <em>power9le</em> are <strong>little-endian</strong> stages, optimized exclusively for <strong>POWER9</strong> CPUs.
+ </p>
+ </div>
</div>