diff options
author | Joachim Nilsson <joachim@gnufans.org> | 2002-10-24 08:35:00 +0000 |
---|---|---|
committer | Joachim Nilsson <joachim@gnufans.org> | 2002-10-24 08:35:00 +0000 |
commit | db0fd9a6657e39e4a1a99f194ba5197496362bd4 (patch) | |
tree | 7605983e95ffc2f9b2f2d7f858fb9cc49f447e33 /Mig | |
parent | 865a04b213498c8b440c9e592aa562d9772545f8 (diff) |
none
Diffstat (limited to 'Mig')
-rw-r--r-- | Mig/MachInterfaceGenerator.mdwn | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/Mig/MachInterfaceGenerator.mdwn b/Mig/MachInterfaceGenerator.mdwn index 5cb8158b..5c88747a 100644 --- a/Mig/MachInterfaceGenerator.mdwn +++ b/Mig/MachInterfaceGenerator.mdwn @@ -1,3 +1,21 @@ -Mach Inteface Generator +# <a name="Table_of_Contents"> Table of Contents </a> -See the [GNU website](http://www.gnu.org/software/hurd/mig.html). +%TOC% + +# <a name="Introduction_to_GNU_MiG"> </a> Introduction to GNU 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. |