diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-13 19:34:40 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-11-13 19:34:40 +0100 |
commit | 26914f95a7f8bd868d8808f00fd90f90926f690a (patch) | |
tree | 2330cc41bbef3bec20a0e95c16b7f992255f0d79 | |
parent | 69d4ad0755d55edb3127889429054218ab5e39a9 (diff) |
Move to a suitable place.
-rw-r--r-- | howtos.mdwn | 3 | ||||
-rw-r--r-- | hurd/translator.mdwn | 2 | ||||
-rw-r--r-- | hurd/translator/writing/example.mdwn (renamed from hurdtranslatorexample.mdwn) | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/howtos.mdwn b/howtos.mdwn index 8cd3ed2c..7d893c68 100644 --- a/howtos.mdwn +++ b/howtos.mdwn @@ -17,7 +17,8 @@ is included in the section entitled * Setting up translators -- [[some_examples|hurd/translator/examples]] * [[QemuFileSharingWithHost]] File sharing between GNU on Qemu and the Host OS * [[Setupcvsfs]]Setting up cvsfs from HurdExtras - * [[HurdTranslatorExample]] Hurd translator example + * [[hurd/translator/writing/Example]] about how to write a simple Hurd + translator * [[hurd/libhello_example]] -- Hurd library example ## Compilation diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index 63812e0d..202f6ff1 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -31,6 +31,8 @@ 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. +Also there is an [[writing/example]] about how to write a simple translator. + # Existing Translators diff --git a/hurdtranslatorexample.mdwn b/hurd/translator/writing/example.mdwn index 83ac7da1..83ac7da1 100644 --- a/hurdtranslatorexample.mdwn +++ b/hurd/translator/writing/example.mdwn |