summaryrefslogtreecommitdiff
path: root/microkernel/mach.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach.mdwn')
-rw-r--r--microkernel/mach.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn
index 9da27269..761b9b3d 100644
--- a/microkernel/mach.mdwn
+++ b/microkernel/mach.mdwn
@@ -8,7 +8,7 @@ microkernel currently used by the [[Hurd]].
# Implementations
* [[GNUMach]]
-* [[OskitMach]] - A Once Successor of Mach based on OSKit
+* [[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