aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/downloads/ppc.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/_includes/downloads/ppc.html b/_includes/downloads/ppc.html
index 68bc09f..011f121 100644
--- a/_includes/downloads/ppc.html
+++ b/_includes/downloads/ppc.html
@@ -28,10 +28,12 @@
<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.
+ There are two modes the powerpc CPUs can operate in: <em>big-endian</em> and <em>little-endian</em>.
+ <ul>
+ <li>The <strong>ppc</strong> and <strong>ppc64</strong> stages are <em>big-endian</em> stages and can be used with <em>any PowerPC</em> CPU, including some old Apple&trade; hardware.</li>
+ <li>The <strong>ppc64le</strong> stages are <em>little-endian</em> stages and are created for running on <em>POWER8 and newer</em> CPUs.</li>
+ <li>The <strong>power9le</strong> stages are <em>little-endian</em> stages optimized exclusively for <em>POWER9</em> CPUs.</li>
+ </ul>
</p>
</div>
</div>