summaryrefslogtreecommitdiff
path: root/microkernel/mach/mig.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach/mig.mdwn')
-rw-r--r--microkernel/mach/mig.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/microkernel/mach/mig.mdwn b/microkernel/mach/mig.mdwn
new file mode 100644
index 00000000..b15b8f50
--- /dev/null
+++ b/microkernel/mach/mig.mdwn
@@ -0,0 +1,10 @@
+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.
+
+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