summaryrefslogtreecommitdiffstats
path: root/vortex86ex/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'vortex86ex/index.php')
-rw-r--r--vortex86ex/index.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/vortex86ex/index.php b/vortex86ex/index.php
index a228865..8a1370a 100644
--- a/vortex86ex/index.php
+++ b/vortex86ex/index.php
@@ -20,6 +20,10 @@
</head>
+<?php
+ include_once "../variables.php";
+?>
+
<body>
<div class="contain">
@@ -191,9 +195,10 @@ DMP sells the 86Duino directly, and distributors sell the EBOX-3100 (as well as
</p>
<p>
- The hex arrays were copied and formated in a PHP file, src: <a href="array.php.src.txt">array.php.src.txt</a>.
+ The hex arrays were copied and formated in a PHP file.
This outputs the array in <a href="https://en.wikipedia.org/wiki/Intel_HEX#Format">intel hex format</a>.
- See results at <a href="array.php">array.php</a>.
+ See results at <a href="array.php">array.php</a> (for src, clone the libreboot site using the info from the
+ <a href="../">home page</a>).
The output was then saved as <b>dis.inc</b> and <b>dis.inc.hex</b>.
</p>