summaryrefslogtreecommitdiff
path: root/microkernel/mach/mig.mdwn
blob: f47eadfbcda46925a4e21304f97663e4e9d1c02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[[img logo.png]]

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