diff options
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/mig/documentation.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn index a0528449..a4628a1a 100644 --- a/microkernel/mach/mig/documentation.mdwn +++ b/microkernel/mach/mig/documentation.mdwn @@ -62,3 +62,13 @@ R. F. Rashid, *Mach and matchmaker: kernel and language support for objectoriented distributed systems*, Proceedings of the Conference on Object-Oriented Programming Systems, Languages, and Applications, October 1986, pp. 67--77." + + +# Further Relevant Documentation + + * The [GNU Mach Reference + Manual](http://www.gnu.org/software/hurd/docs.html#manuals), espacially + [Chapter 4, Inter Process + Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html), + which, for example, explains how the `dealloc` flag works in [Chapter + 4.2.4, Memory](http://www.gnu.org/software/hurd/gnumach-doc/Memory.html) |