diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 15:26:03 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 15:28:06 +0200 |
commit | 855af9a0ee8d1bdebff882a62104134a71044dba (patch) | |
tree | 00a93447c5c045df3cc69375de884e76b065ad4a /Mach.mdwn | |
parent | 94aafdb76706abe3c0d2f0f06c8f37fbcdb1056e (diff) |
Break up `Mach' and `Mig' hierarchies, merge them into `microkernel/mach/', `microkernel/mach/gnumach/', `microkernel/mach/mig/', and elsewhere.
Diffstat (limited to 'Mach.mdwn')
-rw-r--r-- | Mach.mdwn | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Mach.mdwn b/Mach.mdwn deleted file mode 100644 index 7b051a01..00000000 --- a/Mach.mdwn +++ /dev/null @@ -1,16 +0,0 @@ -Mach is a so-called first generation [[microkernel]]. It is the -microkernel currently used by the [[Hurd]]. - -* [[MachConcepts]] -* [[MachHistory]] ([Torvalds, Tanenbaum Debate](http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html)) - -* [[MicroKernelsForBeginners]] -* [[MicroKernelFUD]]: Fear, Uncertainty, Doubt -* [[MicroKernelResearch]] - - -# 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**) |