diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-03-08 17:14:29 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-03-08 17:14:29 +0100 |
commit | 8ee2bea27be08bf635afc9170fecb87b23d84eb8 (patch) | |
tree | ba38ef2519b096029e63f731056a39ab4288c296 /hurd | |
parent | a2809e4547dfab18316b1f8f3ee8d54dc436dadd (diff) |
Add a lot of links
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/documentation.mdwn | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/hurd/documentation.mdwn b/hurd/documentation.mdwn index ec19e90b..04f18283 100644 --- a/hurd/documentation.mdwn +++ b/hurd/documentation.mdwn @@ -20,9 +20,24 @@ is included in the section entitled * [[*The_Hurd_and_Linux*|/hurd-and-linux]], a comment by Richard Stallman. * [[*Towards_a_New_Strategy_of_OS_Design*|/hurd-paper]], an architectural - overview by Thomas Bushnell, BSG. - - * [[*The_Hurd*|/hurd-talk]], a presentation by Marcus Brinkmann. + overview by Thomas Bushnell, BSG, notably: + + * [[The design|/hurd-paper#design]] + * [[Translators|/hurd-paper#translator]] + * [[The auth translator|/hurd-paper#auth]] + * [[The proc translator|/hurd-paper#proc]] + * [[The exec translator|/hurd-paper#exec]] + * [[The ftpfs translator|/hurd-paper#ftpfs]] + + * [[*The_Hurd*|/hurd-talk]], a presentation by Marcus Brinkmann, notably: + + * [[How to get a port?|/hurd-talk#how]] + * [[Pathname resolution example|/hurd-talk#pat]] + * [[Mapping the POSIX Interface|/hurd-talk#map]] + * [[Active vs Passive|/hurd-talk#act]] + * [[Authentication|/hurd-talk#aut]] + * [[Password Server|/hurd-talk#pas]] + * [[Process Server|/hurd-talk#pro]] * The *[[translator_primer]]*. |