From 621c9976a70a48c34d6dcd8c2e13b712041d7d8e Mon Sep 17 00:00:00 2001 From: "jbranso@dismail.de" Date: Thu, 30 May 2024 13:29:46 -0400 Subject: 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> --- hurd.mdwn | 1 + hurd/documentation.mdwn | 5 +++++ open_issues/anatomy_of_a_hurd_system.mdwn | 3 +++ 3 files changed, 9 insertions(+) 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 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 -- cgit v1.2.3