summaryrefslogtreecommitdiff
path: root/microkernel
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-16 01:37:50 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-16 01:37:50 +0200
commitadc4ee0534c0c32ec133e2b796979987f7a7c4c1 (patch)
tree65f87b78f2e5c01ed24b70464396e3babbf3de20 /microkernel
parenta942b6bb1dc7ffac0e09e30aff5b1a939886f218 (diff)
Update documentation to 64b ld.so
Diffstat (limited to 'microkernel')
-rw-r--r--microkernel/mach/gnumach/debugging.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/debugging.mdwn b/microkernel/mach/gnumach/debugging.mdwn
index bcff970e..2aeae7f4 100644
--- a/microkernel/mach/gnumach/debugging.mdwn
+++ b/microkernel/mach/gnumach/debugging.mdwn
@@ -165,9 +165,10 @@ example `/boot/grub/grub.cfg`:
--host-priv-port='${host-port}' --device-master-port='${device-port}' \
--exec-server-task='${exec-task}' -T typed '${root}' \
'$(fs-task=task-create)' '$(task-resume)'
- module /lib/ld.so.1 exec /hurd/exec '$(exec-task=task-create)'
+ module /lib/ld-x86-64.so.1 exec /hurd/exec '$(exec-task=task-create)'
+Note: use `ld.so.1` instead of `ld-x86-64.so.1` on 32b systems.
# Code Inside the Kernel