[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/5] I linked the hurd/bootstrap page.
From: |
address@hidden |
Subject: |
[PATCH 2/5] I linked the hurd/bootstrap page. |
Date: |
Thu, 30 May 2024 13:29:46 -0400 |
* hurd.mdwn: links to hurd/bootstrap.
* hurd/documentation: links to hurd/bootstrap.
* open_issues/anatomy_of_a_hurd_system.mdwn: links to hurd/bootstrap.
---
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 5b60ecf5..50fd3c89 100644
--- a/hurd/documentation.mdwn
+++ b/hurd/documentation.mdwn
@@ -64,6 +64,11 @@ is included in the section entitled
* [[RPC]]: our usage of *Remote Procedure Call*s.
* To get `ssh <hostname>.local` working, you can set up the
[[hurd/terrible-mdns-responder]].
+ * 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
--
2.45.1