summaryrefslogtreecommitdiff
path: root/Mig/MachInterfaceGenerator.mdwn
blob: 55f88946709177cf02362132aa04c04268a86301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## <a name="MIG"> </a> MIG

MIG is the Mach 3.0 interface generator, as maintained by the GNU Hurd developers for the GNU project.

The interface generator produces stub code from interface definition (.defs) files. The stub code makes it easy to implement and use Mach interfaces as remote procedure calls (RPC).

You need this tool to compile the GNU Mach and Hurd distributions, and to compile the GNU C library for the Hurd. Also, you will need it for other software in the GNU systems that uses Mach-based inter-process communication.

## <a name="Status_of_the_project"> Status of the project </a>

MIG 1.3 was released in March 2002, and features compatibility with OSF Mach.

----

Copyright (C) 2001 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.