diff options
author | MutoShack <MutoShack@web> | 2019-03-24 06:15:54 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-24 06:15:54 +0100 |
commit | 8c61bcfb10ea07dad867daaf770e8e74e7b1688b (patch) | |
tree | 752224c5bdb089620c7ae4d4eb449c20af4f2330 /microkernel | |
parent | 790dbf690b56aa79c06b933276237343f2839fec (diff) | |
download | web-8c61bcfb10ea07dad867daaf770e8e74e7b1688b.tar.gz web-8c61bcfb10ea07dad867daaf770e8e74e7b1688b.tar.bz2 web-8c61bcfb10ea07dad867daaf770e8e74e7b1688b.zip |
Add timeline, squash lists
Diffstat (limited to 'microkernel')
-rw-r--r-- | microkernel/mach.mdwn | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/microkernel/mach.mdwn b/microkernel/mach.mdwn index 02627766..e9127a37 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,17 +8,15 @@ 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 (MCU) 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) @@ -27,11 +24,9 @@ microkernel currently used by the [[Hurd]]. # 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**) - * [[open_issues/OSF_Mach]] |