diff options
Diffstat (limited to 'Mig')
-rw-r--r-- | Mig/WebHome.mdwn | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/Mig/WebHome.mdwn b/Mig/WebHome.mdwn index c9c1a30e..20f33a29 100644 --- a/Mig/WebHome.mdwn +++ b/Mig/WebHome.mdwn @@ -1,28 +1,26 @@ -## <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. +[[MachInterfaceGenerator]] (MIG) is a program which generates inter-process communication (IPC) code. Specifically Mig generates remote procedure call (RPC) code for communication between client and server processes running on a Mach microkernel. <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <table> <tr> <td valign="top" width="65%"> - <p> 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. </p> - <p> GNU MIG is fully compatible with OSF MIG. The <a href="http://www.gnu.org/software/hurd/mig.html" target="_top">official Mig</a> site is a page hosted on the official Hurd site. It also has it's own CVS module within the main Hurd CVS site. </p> - <p><nop></nop></p> - <h2><a name="Available_Topics"> Available Topics </a></h2> + <p> Mach servers run as separate tasks and communicate with RPC messages. The RPC interface is language independant and somewhat complex. MIG mitigates this complexity. </p> + <p> GNU MIG is fully compatible with OSF MIG. The <a href="http://www.gnu.org/software/hurd/mig.html" target="_top">official Mig</a> site is a page hosted on the official Hurd site. <span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a> is available. Mig also has it's own CVS module within the main Hurd CVS site. </p> <p> </p> - <ul> - <li><span style="background:"><font color="">Mach Interface Generator</font></span><a href="http://LOCATION/MachInterfaceGenerator">?</a></li> - <li><span style="background:"><font color="">Mig Documentation</font></span><a href="http://LOCATION/MigDocumentation">?</a></li> - </ul> + <dl> + <dt><span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a></dt> + <dd> Discussion about how to make this part of the site better and more informative. </dd> + </dl> <p> </p> - <hr /><nop><h2><a name="Comments"> Comments </a></h2> - <p> Meta discussion can go in the <span style="background:"><font color="">Web Discuss</font></span><a href="http://LOCATION/WebDiscuss">?</a> topic. </p> - <p><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a> - administrative info. </p> - <p> - </p></nop></td> + <dl> + <dt><span style="background:"><font color="">Web Preferences</font></span><a href="http://LOCATION/WebPreferences">?</a></dt> + <dd> administrative info. </dd> + </dl> + <p> + </p> + </td> <td> <p> </p> |