summaryrefslogtreecommitdiff
path: root/hurd/documentation.mdwn
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2024-05-30 13:29:47 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-05-30 19:48:51 +0200
commit46263a0103a7ec6d3d86808222ba89823ccea2cc (patch)
treeda1fef9d82f94e5ccee55651ddd82ebe418f0f1f /hurd/documentation.mdwn
parent621c9976a70a48c34d6dcd8c2e13b712041d7d8e (diff)
I put all "developer references" on hurd/documentation.
The pages hurd and hurd/documentation both have "documentation sections". That seems a little silly. I am added a link in hurd to "developer documentation" that links to hurd/documentation. * hurd: link to hurd/documentation. * hurd/documentation: combine the documentation from both hurd and hurd/documentation. Message-ID: <20240530173020.2499-3-jbranso@dismail.de>
Diffstat (limited to 'hurd/documentation.mdwn')
-rw-r--r--hurd/documentation.mdwn30
1 files changed, 29 insertions, 1 deletions
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