summaryrefslogtreecommitdiff
path: root/Mig
diff options
context:
space:
mode:
authorGrant Bowman <grantbow at grantbow dot com>2002-12-07 04:48:00 +0000
committerGrant Bowman <grantbow at grantbow dot com>2002-12-07 04:48:00 +0000
commit61e606dd80e88ec51a6d1b957110f151a05c4087 (patch)
treec7797579371b3752d38f196bee1b9200607db117 /Mig
parent3035b4df04d3e5c5b66aaafb254f25c93a5968b4 (diff)
none
Diffstat (limited to 'Mig')
-rw-r--r--Mig/WebHome.mdwn8
1 files changed, 2 insertions, 6 deletions
diff --git a/Mig/WebHome.mdwn b/Mig/WebHome.mdwn
index aa2a5f28..02479e50 100644
--- a/Mig/WebHome.mdwn
+++ b/Mig/WebHome.mdwn
@@ -1,14 +1,10 @@
-## <a name="Table_of_Contents"> Table of Contents </a>
-
-%TOC%
-
## <a name="Introduction"> Introduction </a>
-MIG is a program which generates remote procedure call (RPC) code for communication between client and server processes in a Mach based operating system.
+MIG is a program which generates remote procedure call (RPC) code for communication between client and server processes in a Mach based operating system. Since this Mig TWiki "web" is new and we are still migrating data to it, please look at the original [[Hurd/WebHome]] TWiki web as well.
Mach servers run as separate tasks and communicate with inter-process communication (IPC) messages. This IPC interface is language independant and faily complex. This is where MIG steps in. Mig is capable of generating the RPC code for the client-server communication.
-GNU MIG is fully compatible with OSF MIG.
+GNU MIG is fully compatible with OSF MIG. The [official Mig](http://www.gnu.org/software/hurd/mig.html) site is a page hosted on the official Hurd site. It also has it's own CVS module within the main Hurd CVS site.
## <a name="Available_Topics"> Available Topics </a>