From ee99f84aa75edac00cce6daf409089c01c65533b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Sep 1995 00:10:46 +0000 Subject: Run ld.so with arg of /hurd/exec, instead of running exec/exec. Now exec can be dynamically linked. --- hurd.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurd.boot b/hurd.boot index ee991a33..6b40e7c1 100644 --- a/hurd.boot +++ b/hurd.boot @@ -1,2 +1,2 @@ ufs/ufs ${boot-args} ${host-port} ${device-port} ${exec-task} ${root-device} $(task-create) $(task-resume) -exec/exec $(exec-task=task-create) +/gd4/hurdinst/lib/ld.so /hurd/exec $(exec-task=task-create) -- cgit v1.2.3