summaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-12-27 11:54:55 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-12-27 11:54:55 +0100
commita69785539b95cdd80a1fdcd14573d91e33270a55 (patch)
tree3bc77815abf065d7cc7f9f192e66688edd2299b4 /faq
parent6def9e279d6bf60518008eb9e159f1ab015b8fb0 (diff)
Make url a link
Diffstat (limited to 'faq')
-rw-r--r--faq/smp.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq/smp.mdwn b/faq/smp.mdwn
index c8b20da8..d6001b3a 100644
--- a/faq/smp.mdwn
+++ b/faq/smp.mdwn
@@ -32,7 +32,7 @@ This will by default allow you to boot with one core isolated to the default
processor set, and all the other detected cpus will be in the slave processor set.
The slave processors need to be enabled per-task using RPCs to manipulate processor sets.
-See https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00088.html for a test program
+See [Damien's post](https://lists.gnu.org/archive/html/bug-hurd/2024-02/msg00088.html) for a test program
that can enable a task to use the slave processors by calling ./smp /bin/bash for example.
Unfortunately, there are race conditions causing hangs or crashes in Mach when attempting