summaryrefslogtreecommitdiff
path: root/microkernel/mach.mdwn
blob: 078b531f05dbc89b3b29eccb31c01b30ecd64689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[img logo.png]]

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

* [[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]]