From 342cc08ad50562f13ec16c52cb7b7579caf2ca47 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 3 Oct 2007 15:07:09 +0200 Subject: Begin listing existing translators and those being under development. Add a node about the storeio translator. --- hurd/libstore.mdwn | 5 +++-- hurd/translator.mdwn | 15 ++++++++++++--- hurd/translator/storeio.mdwn | 11 +++++++++++ 3 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 hurd/translator/storeio.mdwn 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. - - - 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]]. -- cgit v1.2.3