From 855af9a0ee8d1bdebff882a62104134a71044dba Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 3 Sep 2007 15:26:03 +0200 Subject: Break up `Mach' and `Mig' hierarchies, merge them into `microkernel/mach/', `microkernel/mach/gnumach/', `microkernel/mach/mig/', and elsewhere. --- microkernel/mach.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 microkernel/mach.mdwn (limited to 'microkernel/mach.mdwn') diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn new file mode 100644 index 00000000..9da27269 --- /dev/null +++ b/microkernel/mach.mdwn @@ -0,0 +1,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 + +* [[GNUMach]] +* [[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]] -- cgit v1.2.3