summaryrefslogtreecommitdiff
path: root/Mig
diff options
context:
space:
mode:
authorJoachim Nilsson <joachim@gnufans.org>2003-02-03 13:33:10 +0000
committerJoachim Nilsson <joachim@gnufans.org>2003-02-03 13:33:10 +0000
commit69e2d68d8c6eeffbaac4a6b7a920420fec197c58 (patch)
treef10e353759013f60e255fb24d6a8d8c091756180 /Mig
parenta3be50ecc2357369cca72a0afdde059fadf3610e (diff)
none
Diffstat (limited to 'Mig')
-rw-r--r--Mig/MigDocumentation.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mig/MigDocumentation.mdwn b/Mig/MigDocumentation.mdwn
index e5e8827f..7efe5eb7 100644
--- a/Mig/MigDocumentation.mdwn
+++ b/Mig/MigDocumentation.mdwn
@@ -1,14 +1,14 @@
-# <a name="Table_of_Contents"> Table of Contents </a>
+## <a name="Table_of_Contents"> Table of Contents </a>
%TOC%
-# <a name="About"> About </a>
+## <a name="About"> About </a>
This is a small collection of links to external documents describing the [[MachInterfaceGenerator]] used by GNU Mach.
-# <a name="Carnegie_Mellon_University"> Carnegie-Mellon University </a>
+## <a name="Carnegie_Mellon_University"> Carnegie-Mellon University </a>
-## <a name="MiG_and_C_Thread_Programming"> MiG and C Thread Programming </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.
@@ -16,8 +16,8 @@ Linda R. Walmer and Mary R. Thompson. **A Programmer's Guide to the Mach User En
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>
+### <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: [PostScript](ftp://ftp.cs.cmu.edu//afs/cs/project/mach/public/doc/unpublished/internals_slides/Mig/root.ps) [TeX](ftp://ftp.cs.cmu.edu//afs/cs/project/mach/public/doc/unpublished/internals_slides/Mig/slides.tex)
--- [[Main/JoachimNilsson]] - 24 Oct 2002
+----