diff options
-rw-r--r-- | hurd.mdwn | 1 | ||||
-rw-r--r-- | hurd/documentation.mdwn | 5 | ||||
-rw-r--r-- | open_issues/anatomy_of_a_hurd_system.mdwn | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -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 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 |