diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 14:14:54 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 14:14:54 +0100 |
commit | 37af1117a703d9b8ed3056bf24319988b640aea5 (patch) | |
tree | fa317680deeed33385a8c83ff35f892beb86c183 /faq/old | |
parent | 50870e9cfc9fce4c67656d5014c07aa825cfa705 (diff) |
Drop useless index
Diffstat (limited to 'faq/old')
-rw-r--r-- | faq/old/old_hurd_faq.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/faq/old/old_hurd_faq.txt b/faq/old/old_hurd_faq.txt index 20b4c260..20ce61a9 100644 --- a/faq/old/old_hurd_faq.txt +++ b/faq/old/old_hurd_faq.txt @@ -12,17 +12,7 @@ Louis-Dominique Dubeau <hallu@info.polymtl.ca> Original Document by: Derek Upham <upham@cs.ubc.ca> -============================== - -Contents: - -Q4. What's all this about Mach 3.0 (and Mach 4.0)? - -============================== - -Q4. What's all this about Mach 3.0 (and Mach 4.0)? - -As mentioned above, Mach is a micro-kernel, written at Carnegie Mellon +Mach is a micro-kernel, written at Carnegie Mellon University. A more descriptive term might be a greatest-common-factor kernel, since it provides facilities common to all ``real'' operating systems, such as memory management, inter-process communication, |