summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-10-03 15:07:09 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-10-03 15:28:45 +0200
commit342cc08ad50562f13ec16c52cb7b7579caf2ca47 (patch)
tree9ccb652a8e0646ab15023415c5e571a864297f3e
parent2d13c2daa9cb2a8554ad0fa8da7da96d1d080599 (diff)
Begin listing existing translators and those being under development. Add a node about the storeio translator.
-rw-r--r--hurd/libstore.mdwn5
-rw-r--r--hurd/translator.mdwn15
-rw-r--r--hurd/translator/storeio.mdwn11
3 files changed, 26 insertions, 5 deletions
diff --git a/hurd/libstore.mdwn b/hurd/libstore.mdwn
index 05d11d50..9499caf9 100644
--- a/hurd/libstore.mdwn
+++ b/hurd/libstore.mdwn
@@ -6,8 +6,9 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl.txt]]."]]
-libstore is more than just a thin layer between gnumach devices (hd0 for
-example) and the device node below /dev ...
+`libstore` is more than just a thin layer between
+[[GNU_Mach|microkernel/mach/gnumach]] devices (`hd0` for example) and the
+device node below `/dev`...
=== want to see some examples?
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index 7656053b..b9e31bfd 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -27,9 +27,18 @@ kernel and thus have absolute access to the machine.
As the protocols do not require any special privilege
to implement, this is not an issue on the Hurd.
-<!-- Browse through a [[list_of_Hurd_translators|translators]]. -->
-<!-- Doesn't exist yet. Perhaps one of the old pages could be used? --tschwinge -->
-
To learn how to write a translator, read the code!
It is well documented, in particular, the header files.
The [[Hurd_Hacking_Guide]] also has a tutorial.
+
+
+# Existing Translators
+
+* [[storeio]]
+* ...
+
+
+# Translators Being Under Development
+
+* [[random]]
+* ...
diff --git a/hurd/translator/storeio.mdwn b/hurd/translator/storeio.mdwn
new file mode 100644
index 00000000..d8c6db6c
--- /dev/null
+++ b/hurd/translator/storeio.mdwn
@@ -0,0 +1,11 @@
+[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]]
+[[meta license="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled
+[[GNU_Free_Documentation_License|/fdl.txt]]."]]
+
+`storeio` is a *translator for devices and other stores*.
+
+It relies heavily on [[libstore]].