diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-05 16:16:00 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-05 16:16:00 +0200 |
commit | 313ec02eab5a6f63e753995a3a8bb9feb5bed58a (patch) | |
tree | f193a5ab11a72970bd2f66426e487f1a6b11eefe /hurd | |
parent | 7fa1ee0695285bdb4575b78aaab6b36e771a86be (diff) |
Better names for the yet-to-be-written pages.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/neighborhurd.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/neighborhurd.mdwn b/hurd/neighborhurd.mdwn index 088214d8..02ee0b02 100644 --- a/hurd/neighborhurd.mdwn +++ b/hurd/neighborhurd.mdwn @@ -19,9 +19,9 @@ It is possible to run multiple instances of the Hurd in parallel, on a single instance of Mach. Other than performance [[crosstalk]], they are essentially isolated. Practically, as many devices do not allow multiple -non-[[cooperating]] users, e.g., hard drive and network +non-[[cooperating|cooperation]] users, e.g., hard drive and network this is not currently possible. It can be overcome, -however, by [[virtualizing]] these problematic devices. +however, by [[virtualizing|virtualization]] these problematic devices. When extra hardware is not available, it is possible to use a [[sub-Hurd|subhurd]]. |