summaryrefslogtreecommitdiff
path: root/microkernel/mach.mdwn
blob: 39d0f4d2e089ca19e33e3c368840d9543d4ba843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Mach is a so-called first generation [[microkernel]].  It is the
microkernel currently used by the [[Hurd]].

* [[Documentation]]
* [[Concepts]]
* [[History]] ([Torvalds, Tanenbaum Debate](http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html))

# Implementations

* [[GNU_Mach|gnumach]]
* [[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)|mig]]