summaryrefslogtreecommitdiff
path: root/microkernel/mach.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'microkernel/mach.mdwn')
-rw-r--r--microkernel/mach.mdwn19
1 files changed, 6 insertions, 13 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn
index 02627766..3abb548d 100644
--- a/microkernel/mach.mdwn
+++ b/microkernel/mach.mdwn
@@ -1,5 +1,4 @@
-[[!meta copyright="Copyright © 2007, 2008, 2010, 2012 Free Software Foundation,
-Inc."]]
+[//]: # ([[meta copyright="Copyright © 2007, 2008, 2010, 2012 Free Software Foundation, Inc."]])
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -9,29 +8,23 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
-Mach is a so-called first generation [[microkernel]]. It is the
+[[!meta title="Mach"]]
+
+Mach is a so-called first generation [[microkernel]]. Originally developed by Carnegie Mellon University (CMU) from 1985 to 1994, which was then forked and carried from 1996 onward by GNU. It is the
microkernel currently used by the [[Hurd]].
* [[Concepts]]
-
* [[Deficiencies]]
-
* [[Documentation]]
-
* [[History]]
-
* [Torvalds, Tanenbaum
- Debate](http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html)
+ Debate](http://choices.cs.illinois.edu/cache/Linus_vs_Tanenbaum.html)
# Implementations
* [[GNU_Mach|gnumach]]
-
- * [Apple's Darwin](http://developer.apple.com/darwin/)
- ([API](http://developer.apple.com/documentation/Darwin/Conceptual/KernelProgramming/index.html))
- (**non-free**)
-
+ * [Apple's XNU (Darwin)](https://github.com/apple-oss-distributions/xnu) (**non-free**)
* [[open_issues/OSF_Mach]]