From ca84e54f5e8e20a7654dbbfa6bbcab23f97f52bb Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 21 Aug 2025 00:53:20 +0200 Subject: boot scripts: recommend using exec.static This avoids issues with differing versions of ld.so being used and libc actually installed. --- hurd/debugging/subhurd.mdwn | 4 +--- 1 file changed, 1 insertion(+), 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 [.] /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. -- cgit v1.2.3