summaryrefslogtreecommitdiff
path: root/microkernel/mach/mig.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2008-11-06 08:29:26 +0100
committerThomas Schwinge <tschwinge@gnu.org>2008-11-06 08:59:26 +0100
commit65ad34e710723380896dd7d2d193afc62116ad89 (patch)
treeb39cfbbf213281fbca590874deb7cc0ade51a670 /microkernel/mach/mig.mdwn
parent9ef4358330ec422c518a0094bc965f3476466882 (diff)
[[microkernel/mach/mig/gnu_mig]]: New; move most content there.
Diffstat (limited to 'microkernel/mach/mig.mdwn')
-rw-r--r--microkernel/mach/mig.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/microkernel/mach/mig.mdwn b/microkernel/mach/mig.mdwn
index 5f09621d..eb1c0906 100644
--- a/microkernel/mach/mig.mdwn
+++ b/microkernel/mach/mig.mdwn
@@ -12,11 +12,11 @@ is included in the section entitled
The Mach Interface Generator (MIG) is an [[IDL]] compiler. Based on an
interface definition, it creates stubs to [[invoke]] object methods
and to demultiplex incoming messages. These stubs conveniently hide
-the details of Mach's [[IPC]] machinery.
+the details of Mach's [[IPC]] machinery and make it easy to implement
+and use Mach [[interface]]s as [[remote_procedure_calls_(RPC)|rpc]].
-GNU MIG is fully compatible with OSF MIG.
-
-* MIG's [homepage](http://www.gnu.org/software/hurd/mig.html)
* [[Documentation]]
-* [[Building]] - Building (and obtaining) MIG
-* [[Open_Issues]]
+
+# Implementations
+
+ * [[GNU_MIG]]