summaryrefslogtreecommitdiff
path: root/oss
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-02-15 11:28:00 -0600
committerDanny Holman <dholman@gymli.org>2024-02-15 11:48:53 -0600
commit94928c9b87e24ae98a4502586c0f5e2d23a88d77 (patch)
tree3f83279328377fb2d5d1ad72a053f127a32d36ec /oss
parent0855bfc38b6be0292b6678e3c4fbc6b25b12a349 (diff)
Add links to asap processor
Diffstat (limited to 'oss')
-rw-r--r--oss/asap/index.html17
-rw-r--r--oss/box/index.html2
2 files changed, 18 insertions, 1 deletions
diff --git a/oss/asap/index.html b/oss/asap/index.html
new file mode 100644
index 0000000..515eb94
--- /dev/null
+++ b/oss/asap/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>ASAP Processor</title>
+ </head>
+ <body>
+ <h1>ASAP Processor</title>
+ <h3>RISC-based processor family</h3>
+ <p>ASAP is a RISC-based family of processors designed to be as
+ simple as possible. The entire processor is licensed under the
+ terms of the GNU General Public License version 2.</p>
+ <h4>Useful links</h4>
+ <ul>
+ <li><a href="https://git.gymli.org/jsanderson/ASAP32.git/">Git repository</a></li>
+ </ul>
+ </body>
+</html>
diff --git a/oss/box/index.html b/oss/box/index.html
index d0641b3..45675de 100644
--- a/oss/box/index.html
+++ b/oss/box/index.html
@@ -10,7 +10,7 @@
bootstrap code written in x86 assembly.</p>
<h4>Useful links</h4>
<ul>
- <li><a href="https://git.gymli.org/pub/dholman/box.git/">Git repository</a></li>
+ <li><a href="https://git.gymli.org/dholman/box.git/">Git repository</a></li>
</ul>
<h4>Relevant standards documents</h4>
<ul>