summaryrefslogtreecommitdiff
path: root/documentation.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'documentation.mdwn')
-rw-r--r--documentation.mdwn16
1 files changed, 14 insertions, 2 deletions
diff --git a/documentation.mdwn b/documentation.mdwn
index 7f652e70..f2c30737 100644
--- a/documentation.mdwn
+++ b/documentation.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2008, 2010, 2011 Free Software Foundation,
+[[!meta copyright="Copyright © 2008, 2010, 2011, 2015 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -52,6 +52,11 @@ text="*[[shapiro\_capintro\_1999|capability]]*:
system architecture.
+# Quick overview
+
+You may want to start reading a [[quick overview|overview]] of how the GNU/Hurd system
+starts, and thus how it is structured.
+
# FAQ
[[FAQ]]
@@ -59,7 +64,14 @@ text="*[[shapiro\_capintro\_1999|capability]]*:
# Specific Components
-Documentation for...
+The GNU/Hurd system is composed of the Hurd servers running on top of the
+GNU Mach microkernel. Mach only handles scheduling tasks and threads, memory
+management, and message passing. Mig is used to abstract RPCs on top of Mach's
+message passing. Eventually, the Hurd servers and Unix processes discuss with
+each other using these RPCs.
+
+Depending on your background, you may want to start reading the documentation
+from userlandish interfaces (Hurd) or from the micro kernel itself (Mach).
* [[GNU_Hurd|hurd/documentation]]