summaryrefslogtreecommitdiff
path: root/Mig.mdwn
blob: a34e52eab49910089f301458f6fd29b66904139f (plain)
1
2
3
4
5
6
7
8
9
10
The [[MachInterfaceGenerator]] (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)
* [[MigDocumentation]]
* [[BuildingMIG]] - Buiding (and obtaining) MIG