summaryrefslogtreecommitdiff
path: root/hurd.boot
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-21 00:10:46 +0000
committerRoland McGrath <roland@gnu.org>1995-09-21 00:10:46 +0000
commitee99f84aa75edac00cce6daf409089c01c65533b (patch)
tree7a362ffa28bcf3f7be97fc7224b6f94c8999cc29 /hurd.boot
parente55d55d4fa42de4bd85d1385a8e0752427fc4e0f (diff)
Run ld.so with arg of /hurd/exec, instead of running exec/exec.
Now exec can be dynamically linked.
Diffstat (limited to 'hurd.boot')
-rw-r--r--hurd.boot2
1 files changed, 1 insertions, 1 deletions
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)