summaryrefslogtreecommitdiff
path: root/hurd/debugging
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-21 00:53:20 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-21 00:53:20 +0200
commitca84e54f5e8e20a7654dbbfa6bbcab23f97f52bb (patch)
tree1ec94a7d8c7b350f5119e30b49328f1dcaa7b133 /hurd/debugging
parent11588593b57ab96fc760920bef00e0b62c70291d (diff)
boot scripts: recommend using exec.static
This avoids issues with differing versions of ld.so being used and libc actually installed.
Diffstat (limited to 'hurd/debugging')
-rw-r--r--hurd/debugging/subhurd.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/hurd/debugging/subhurd.mdwn b/hurd/debugging/subhurd.mdwn
index e240dcb9..34b3e097 100644
--- a/hurd/debugging/subhurd.mdwn
+++ b/hurd/debugging/subhurd.mdwn
@@ -54,9 +54,7 @@ W1
[<Enter>.]
/hurd/ext2fs.static --bootflags=-dsf --host-priv-port=38 --device-master-port=43 --exec-server-task=47 -Tdevice pseudo-root
- /lib/ld-x86-64.so.1 /hurd/exec
-
-Note: use `ld.so.1` instead of `ld-x86-64.so.1` on 32b systems.
+ /hurd/exec.static
Now that this step has been accomplished, you can set break points in GDB, etc.