diff options
Diffstat (limited to 'vortex86ex')
l--------- | vortex86ex/array.php.src.txt | 1 | ||||
-rw-r--r-- | vortex86ex/index.php | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/vortex86ex/array.php.src.txt b/vortex86ex/array.php.src.txt deleted file mode 120000 index a512ad4..0000000 --- a/vortex86ex/array.php.src.txt +++ /dev/null @@ -1 +0,0 @@ -array.php
\ No newline at end of file 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> |