From 46263a0103a7ec6d3d86808222ba89823ccea2cc Mon Sep 17 00:00:00 2001 From: "jbranso@dismail.de" Date: Thu, 30 May 2024 13:29:47 -0400 Subject: 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> --- hurd.mdwn | 31 ++----------------------------- hurd/documentation.mdwn | 30 +++++++++++++++++++++++++++++- 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 -- cgit v1.2.3