aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbranso@dismail.de <jbranso@dismail.de>2024-05-30 13:29:46 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-05-30 19:45:59 +0200
commit621c9976a70a48c34d6dcd8c2e13b712041d7d8e (patch)
tree31b35cd800ac6abc736b4328528f77c3516dc1ed
parentd693dedc3edbba5ff4d0265b1104ec3063ebb04d (diff)
downloadweb-621c9976a70a48c34d6dcd8c2e13b712041d7d8e.tar.gz
web-621c9976a70a48c34d6dcd8c2e13b712041d7d8e.tar.bz2
web-621c9976a70a48c34d6dcd8c2e13b712041d7d8e.zip
I linked the hurd/bootstrap page.
* hurd.mdwn: links to hurd/bootstrap. * hurd/documentation: links to hurd/bootstrap. * open_issues/anatomy_of_a_hurd_system.mdwn: links to hurd/bootstrap. Message-ID: <20240530173020.2499-2-jbranso@dismail.de>
-rw-r--r--hurd.mdwn1
-rw-r--r--hurd/documentation.mdwn5
-rw-r--r--open_issues/anatomy_of_a_hurd_system.mdwn3
3 files changed, 9 insertions, 0 deletions
diff --git a/hurd.mdwn b/hurd.mdwn
index d93748bd..041dad38 100644
--- a/hurd.mdwn
+++ b/hurd.mdwn
@@ -108,3 +108,4 @@ in the *unstable* branch of the Debian archive.
* [[Debugging]]
* [[Networking]]
* [[Console]]
+* [[System bootstrap|hurd/bootstrap]]
diff --git a/hurd/documentation.mdwn b/hurd/documentation.mdwn
index 0d9bed65..45f20ed1 100644
--- a/hurd/documentation.mdwn
+++ b/hurd/documentation.mdwn
@@ -62,6 +62,11 @@ is included in the section entitled
# Development
* [[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
+ proposal|open_issues/serverbootv2]].
+ * You should read the Hurd's [[IO path|hurd/io_path]] to learn how
+ glibc's `read ()` works on the Hurd.
* *[[The_GNU_Hurd_Reference_Manual|reference_manual]]*.
* [[*The Hurd Hacking Guide|Hurd_Hacking_Guide]]*, an introduction to GNU&nbsp;Hurd and Mach
programming by Wolfgang Jährling.
diff --git a/open_issues/anatomy_of_a_hurd_system.mdwn b/open_issues/anatomy_of_a_hurd_system.mdwn
index 9232186f..ed1aaf97 100644
--- a/open_issues/anatomy_of_a_hurd_system.mdwn
+++ b/open_issues/anatomy_of_a_hurd_system.mdwn
@@ -32,6 +32,9 @@ depend on GNU Mach, while other Hurd servers depend on other Hurd servers.
# Bootstrap
+Take a look at the [[hurd/bootstrap]] page. There is an alternative
+proposal for an [[different bootstrap|open_issues/serverbootv2]].
+
## [[hurd_init]]
## Hurd Booting Process