summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd.mdwn31
-rw-r--r--hurd/documentation.mdwn30
2 files changed, 31 insertions, 30 deletions
diff --git a/hurd.mdwn b/hurd.mdwn
index 041dad38..b0bcfa4c 100644
--- a/hurd.mdwn
+++ b/hurd.mdwn
@@ -80,32 +80,5 @@ in the *unstable* branch of the Debian archive.
* [[Open Issues|tag/open_issue_hurd]]
-# Developer References
-
-* [[Coding_Style]]
-* [[Rules]]
-* [[Trackers]]
-* [[Building]]
-* [[Toolchain]]
- * [[glibc]]
-* RPC [[Interface]]s
-* Libraries
- * [[libpager]]
- * [[libports]]
- * [[libstore]]
- * [[libchannel]]
- * [[libtrivfs]]
- * [[libnetfs]] -- short introductory material
- * [[libdiskfs]]
- * [[libihash]]
- * [[libpthread]]
- * [[libfshelp]]
- * [[libps]]
-* In-development Libraries
- * [[libfuse]]
-* [[IO_Path]]
-* [[Porting]]
-* [[Debugging]]
-* [[Networking]]
-* [[Console]]
-* [[System bootstrap|hurd/bootstrap]]
+# [[Documentation|hurd/documentation]]
+
diff --git a/hurd/documentation.mdwn b/hurd/documentation.mdwn
index 45f20ed1..b79ddb0a 100644
--- a/hurd/documentation.mdwn
+++ b/hurd/documentation.mdwn
@@ -59,8 +59,36 @@ is included in the section entitled
applied, comparisions to other systems.
-# Development
+# Developer References
+* [[Coding_Style]]
+* [[Rules]]
+* [[Trackers]]
+* [[Building]]
+* [[Toolchain]]
+ * [[glibc]]
+* RPC [[Interface]]s
+* Libraries
+ * [[libpager]]
+ * [[libports]]
+ * [[libstore]]
+ * [[libchannel]]
+ * [[libtrivfs]]
+ * [[libnetfs]] -- short introductory material
+ * [[libdiskfs]]
+ * [[libihash]]
+ * [[libpthread]]
+ * [[libfshelp]]
+ * [[libps]]
+* In-development Libraries
+ * [[libfuse]]
+* [[IO_Path]]
+* [[Porting]]
+* [[Debugging]]
+* [[Networking]]
+* [[Console]]
+* [[System bootstrap|hurd/bootstrap]]
+* Additional references
* [[RPC]]: our usage of *Remote Procedure Call*s.
* The [[System Bootstrap|hurd/bootstrap]] explains how the early
boot of the Hurd works. There is an alternative [[RFC bootstrap