diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 15:26:03 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 15:28:06 +0200 |
commit | 855af9a0ee8d1bdebff882a62104134a71044dba (patch) | |
tree | 00a93447c5c045df3cc69375de884e76b065ad4a /Mig.mdwn | |
parent | 94aafdb76706abe3c0d2f0f06c8f37fbcdb1056e (diff) | |
download | web-855af9a0ee8d1bdebff882a62104134a71044dba.tar.gz web-855af9a0ee8d1bdebff882a62104134a71044dba.tar.bz2 web-855af9a0ee8d1bdebff882a62104134a71044dba.zip |
Break up `Mach' and `Mig' hierarchies, merge them into `microkernel/mach/', `microkernel/mach/gnumach/', `microkernel/mach/mig/', and elsewhere.
Diffstat (limited to 'Mig.mdwn')
-rw-r--r-- | Mig.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Mig.mdwn b/Mig.mdwn deleted file mode 100644 index bdf85a1b..00000000 --- a/Mig.mdwn +++ /dev/null @@ -1,10 +0,0 @@ -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]] - Building (and obtaining) MIG |