summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs.html b/docs.html
index 5878e9b8..6958e282 100644
--- a/docs.html
+++ b/docs.html
@@ -118,6 +118,26 @@ for download.
IPC beginner's guide</em></a>, an easy introduction to Inter Process
Comunication in the Mach microkernel by Manuel Pavón Valderrama.
+<li>
+<a
+href="http://walfield.org/pub/people/neal/papers/hurd-misc/mach-ipc-without-mig.txt"><em>Mach
+IPC without MIG</em></a>, an exercise by Neal H Walfield <q>to understand Mach
+IPC at one of its lowest application levels</q>.
+
+<ul>
+<li>
+<a
+href="http://walfield.org/pub/people/neal/papers/hurd-misc/ipc-hello.c"><em>ipc-hello.c</em></a>:
+<q>Hello world à la mach ipc</q>.
+
+</ul>
+
+<li>
+<a
+href=http://walfield.org/pub/people/neal/papers/hurd-misc/manual-bootstrap.txt><em>Manually
+Bootstrapping a Translator</em></a>, a text by Neal H. Walfield about how to
+<q>manually connect the translator to the filesystem</q>.
+
<LI>
<A HREF="auth.html">The Authentication Server</A>, the transcript of a talk about the details of
the authentication mechanisms in the Hurd by Wolfgang J&auml;hrling.