diff options
-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 |