summaryrefslogtreecommitdiff
path: root/Mig
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2002-10-24 11:59:23 +0000
committerJoachim Nilsson <joachim@gnufans.org>2002-10-24 11:59:23 +0000
commit93b18288cbbf9a4e5be2ec6828fcbfd06438bdbd (patch)
tree9616f0a58e0b568c3344da801300e017c7956243 /Mig
parentdb0fd9a6657e39e4a1a99f194ba5197496362bd4 (diff)
none
Diffstat (limited to 'Mig')
-rw-r--r--Mig/MigDocumentation.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/Mig/MigDocumentation.mdwn b/Mig/MigDocumentation.mdwn
new file mode 100644
index 00000000..92c725ba
--- /dev/null
+++ b/Mig/MigDocumentation.mdwn
@@ -0,0 +1,27 @@
+# <a name="Table_of_Contents"> Table of Contents </a>
+
+%TOC%
+
+# <a name="About"> About </a>
+
+This is a small collection of links to external documents describing the [[MachInterfaceGenerator]] used by GNU Mach.
+
+# <a name="GNU_Documentation"> </a> GNU Documentation
+
+# <a name="Carnegie_Mellon_University"> Carnegie-Mellon University </a>
+
+## <a name="MiG_and_C_Thread_Programming"> MiG and C Thread Programming </a>
+
+A tutorial which demonstrates the use of the C Threads library primitives in writing a multithreaded program and the use of the Mach Interface Generator (MIG) to generate remote procedure calls for interprocess communication. Like its companion tutorial, it is based on the Mach 2.5 system. However, the concepts are applicable to Mach 3.0 user level programming.
+
+Linda R. Walmer and Mary R. Thompson. **A Programmer's Guide to the Mach User Environment**. [[PostScript](ftp://mach.cs.cmu.edu/doc/unpublished/machuse.ps)] [[Text](ftp://mach.cs.cmu.edu/doc/unpublished/machuse.doc)] February 1988. School of Computer Science, Carnegie Mellon University.
+
+An ftp directory containing the [mig programming examples](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/mig_example) for this tutorial.
+
+## <a name="PostSctipt_slides_on_MiG"> PostSctipt slides on MiG </a>
+
+Slides to Rich Drave's talk on Mig, the Mach Interface Generator, on November 21, 1991: [ftp://ftp.cs.cmu.edu//afs/cs/project/mach/public/doc/unpublished/internals\_slides/Mig/root.ps]\[PostScript]] [ftp://ftp.cs.cmu.edu//afs/cs/project/mach/public/doc/unpublished/internals\_slides/Mig/slides.tex]\[TeX]]
+
+# <a name="University_of_Utah"> University of Utah </a>
+
+-- [[Main/JoachimNilsson]] - 24 Oct 2002