diff options
-rw-r--r-- | hurd/translator.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index d535ef26..1e281b9d 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -19,4 +19,8 @@ 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. -See [[Translators]] for a list of Hurd translators.
\ No newline at end of file +See [[Translators]] for a list of Hurd translators. + +To learn how to write a translator, read the code! +It is well documented, in particular, the header files. +The [[HurdHackingGuide]] also has a tutorial.
\ No newline at end of file |