diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-14 00:07:38 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-14 00:07:38 +0100 |
commit | 84bac506a38900563a938ecc97ec638dda736f02 (patch) | |
tree | e3356804331355cc19920d23598bdb21e7bf9198 /microkernel/mach.mdwn | |
parent | 02bcc0768865302843ef96183f825a2453dd5d12 (diff) | |
parent | 8f929bde2919c770b1f26397567526626e0683f2 (diff) | |
download | web-84bac506a38900563a938ecc97ec638dda736f02.tar.gz web-84bac506a38900563a938ecc97ec638dda736f02.tar.bz2 web-84bac506a38900563a938ecc97ec638dda736f02.zip |
Merge branch 'homepage'
Diffstat (limited to 'microkernel/mach.mdwn')
-rw-r--r-- | microkernel/mach.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn index 078b531f..9d3289b4 100644 --- a/microkernel/mach.mdwn +++ b/microkernel/mach.mdwn @@ -1,5 +1,3 @@ -[[img logo.png]] - Mach is a so-called first generation [[microkernel]]. It is the microkernel currently used by the [[Hurd]]. @@ -9,10 +7,10 @@ microkernel currently used by the [[Hurd]]. # Implementations -* [[GNUMach]] +* [[GNU_Mach]] * [[Mach/OskitMach]] - A Once Successor of Mach based on OSKit * [Apple's Darwin](http://developer.apple.com/darwin/) ([API](http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/index.html)) (**non-free**) # Related -* [[Mach_Interface_Generator|mig]] +* [[Mach_Interface_Generator_(MIG)|mig]] |