diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-08-30 13:21:12 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-08-30 13:21:12 +0200 |
commit | 6468d9d71dd7755819c2f2ec4d58058fc64f0126 (patch) | |
tree | 383b1a6d77096b3ab06e856ea9f73f6d3d012471 | |
parent | a0c3009afc20719563c980a81f7e84a4e2ab50e4 (diff) | |
parent | c8eb87c23603e91a64fb2ee84539206b28a73fca (diff) | |
download | web-6468d9d71dd7755819c2f2ec4d58058fc64f0126.tar.gz web-6468d9d71dd7755819c2f2ec4d58058fc64f0126.tar.bz2 web-6468d9d71dd7755819c2f2ec4d58058fc64f0126.zip |
Merge branch 'master' of braunbox:~hurd-web/hurd-web
-rw-r--r-- | advantages.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advantages.mdwn b/advantages.mdwn index a7d5b399..63bc56bc 100644 --- a/advantages.mdwn +++ b/advantages.mdwn @@ -35,7 +35,7 @@ user-space processes and are thus using different address spaces that are isolated from each other. This is a multi-server design based on a [[microkernel]]. It is not possible that a faulty memory dereference inside the [[TCP/IP stack|hurd/translator/pfinet]] can bring down the whole kernel, -and thus the whole system, which is a real problem in a monolothic Unix kernel +and thus the whole system, which is a real problem in a monolithic Unix kernel architecture. One advantage of the Hurd's separation of kernel-like functionality into |