summaryrefslogtreecommitdiff
path: root/Mig
diff options
context:
space:
mode:
authorPhUrl <PhUrl>2005-01-10 19:21:00 +0000
committerPhUrl <PhUrl>2005-01-10 19:21:00 +0000
commitfcc136bae84014c14d80e242bd4386e71ffc52ab (patch)
tree362083baab30458bd422eeae89c142531ead1006 /Mig
parent6f77e8bc6be40062f2931f72b63f076c128b71be (diff)
none
Diffstat (limited to 'Mig')
-rw-r--r--Mig/MigDocumentation.mdwn16
1 files changed, 13 insertions, 3 deletions
diff --git a/Mig/MigDocumentation.mdwn b/Mig/MigDocumentation.mdwn
index 7efe5eb7..8478a8a4 100644
--- a/Mig/MigDocumentation.mdwn
+++ b/Mig/MigDocumentation.mdwn
@@ -12,12 +12,22 @@ This is a small collection of links to external documents describing the [[MachI
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.
+Linda R. Walmer and Mary R. Thompson. **A Programmer's Guide to the Mach User Environment**. [PostScript ](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/machuse.ps)[Doc](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/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>
+### <a name="PostScript_slides_on_MiG"> PostScript 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)
-----
+### <a name="Definition_of_MiG"> Definition of MiG </a>
+
+Mig is an implementation of a subset of the Matchmaker **language**.
+
+"Matchmaker is a language for specifying and automating the generation of multilingual interprocess communication interfaces. MIG is an interim implementation of a subset of the Matchmaker language that generates C and C++ remote procedure call interfaces for interprocess communication between Mach tasks."
+
+Richard P. Draves,Michael B. Jones,Mary R. Thompson, **MIG - THE MACH INTERFACE GENERATOR**. [ps](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/mig.ps) [doc](ftp://ftp.cs.cmu.edu/afs/cs/project/mach/public/doc/unpublished/mig.doc) November 1989. Department of Computer Science, Carnegie-Mellon University.
+
+### <a name="Other_papers_related_to_MiG"> Other papers related to MiG </a>
+
+See the citations about [Mach and matchmaker: kernel and language support for objectoriented distributed systems](http://citeseer.ist.psu.edu/context/93073/0) here. "M. B. Jones and R. F. Rashid, \`Mach and matchmaker: kernel and language support for objectoriented distributed systems', Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications, October 1986, pp. 67--77."