aboutsummaryrefslogtreecommitdiff
path: root/microkernel/mach.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-03 16:39:41 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-03 16:39:41 +0200
commit27c0d08ddcc1a4ad46fde7b39107c526946bb421 (patch)
tree91ec5901571ed88e1432c7606e7872dbf1dcaa2e /microkernel/mach.mdwn
parent855af9a0ee8d1bdebff882a62104134a71044dba (diff)
downloadweb-27c0d08ddcc1a4ad46fde7b39107c526946bb421.tar.gz
web-27c0d08ddcc1a4ad46fde7b39107c526946bb421.tar.bz2
web-27c0d08ddcc1a4ad46fde7b39107c526946bb421.zip
Further clean-ups and removals.
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