summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-01-29 16:34:50 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-01-29 16:35:05 +0100
commit2931d5d0ba9f1ac8b4b29c837d9cf3d6d269ba0a (patch)
tree968bab2f93ec121d6c7df720fee5dacf51f03209
parentbaea3b695f3bee33a2536651a3228681ccaee0eb (diff)
downloadeumel-2931d5d0ba9f1ac8b4b29c837d9cf3d6d269ba0a.tar.gz
eumel-2931d5d0ba9f1ac8b4b29c837d9cf3d6d269ba0a.tar.bz2
eumel-2931d5d0ba9f1ac8b4b29c837d9cf3d6d269ba0a.zip
overview: Add internal link to hardware list
-rw-r--r--hardware.rst2
-rw-r--r--overview.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/hardware.rst b/hardware.rst
index cd156ca..955d5df 100644
--- a/hardware.rst
+++ b/hardware.rst
@@ -1,3 +1,5 @@
+.. _hardware:
+
Supported hardware
^^^^^^^^^^^^^^^^^^
diff --git a/overview.rst b/overview.rst
index d5faca0..4faee52 100644
--- a/overview.rst
+++ b/overview.rst
@@ -7,7 +7,7 @@ were deliberatly designed this way. EUMEL’s key features are:
Hardware independence
The OS has *two* hardware abstraction layers, significantly improving its
- portability. The first one, Software/Hardware (SHard), provides functions
+ portability_. The first one, Software/Hardware (SHard), provides functions
for a concrete machine, such as the Olivetti M20, Amiga ST or IBM PC
AT/XT. EUMEL0 (Urlader), the second layer, implements a virtual machine on
top of a specific processor architecture like Z80 or x86. Programs are
@@ -34,3 +34,5 @@ One-language concept
*ELAN* is system implementation language, programming language, shell
language and documentation language.
+.. _portability: hardware_
+