diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-06 08:29:26 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-06 08:59:26 +0100 |
commit | 65ad34e710723380896dd7d2d193afc62116ad89 (patch) | |
tree | b39cfbbf213281fbca590874deb7cc0ade51a670 /microkernel/mach/mig/gnu_mig.mdwn | |
parent | 9ef4358330ec422c518a0094bc965f3476466882 (diff) | |
download | web-65ad34e710723380896dd7d2d193afc62116ad89.tar.gz web-65ad34e710723380896dd7d2d193afc62116ad89.tar.bz2 web-65ad34e710723380896dd7d2d193afc62116ad89.zip |
[[microkernel/mach/mig/gnu_mig]]: New; move most content there.
Diffstat (limited to 'microkernel/mach/mig/gnu_mig.mdwn')
-rw-r--r-- | microkernel/mach/mig/gnu_mig.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/microkernel/mach/mig/gnu_mig.mdwn b/microkernel/mach/mig/gnu_mig.mdwn new file mode 100644 index 00000000..4f5fb5c8 --- /dev/null +++ b/microkernel/mach/mig/gnu_mig.mdwn @@ -0,0 +1,24 @@ +[[meta copyright="Copyright © 2001, 2006, 2008 Free Software Foundation, +Inc."]] + +[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]]"""]] + +GNU MIG is the GNU distribution of the +[[Mach_3.0_interface_generator_*MIG*|mig]], as maintained by the GNU Hurd +developers for the GNU project. + +You need this tool to compile the GNU Mach and GNU Hurd distributions, and to +compile the GNU C library for the Hurd. Also, you will need it for other +software in the GNU system that uses Mach-based +[[inter-process_communication|ipc]]. + +GNU MIG is fully compatible with [[OSF_MIG|mig]]. + + * [[Building]] - building (and obtaining) GNU MIG + * [[Open_Issues]] |