aboutsummaryrefslogtreecommitdiff
path: root/microkernel/mach/mig.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-03 15:26:03 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-03 15:28:06 +0200
commit855af9a0ee8d1bdebff882a62104134a71044dba (patch)
tree00a93447c5c045df3cc69375de884e76b065ad4a /microkernel/mach/mig.mdwn
parent94aafdb76706abe3c0d2f0f06c8f37fbcdb1056e (diff)
downloadweb-855af9a0ee8d1bdebff882a62104134a71044dba.tar.gz
web-855af9a0ee8d1bdebff882a62104134a71044dba.tar.bz2
web-855af9a0ee8d1bdebff882a62104134a71044dba.zip
Break up `Mach' and `Mig' hierarchies, merge them into `microkernel/mach/', `microkernel/mach/gnumach/', `microkernel/mach/mig/', and elsewhere.
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