summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-07-13 22:25:16 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-07-13 22:25:16 +0000
commit744c800a4c3aa4f46775bc23213faab4414494f6 (patch)
tree006302cc1bb129b5aa4c49330a2357c71d147c63 /release
parent27858f17caf6e0f67ecf90ce34fccb8647c8a399 (diff)
Initial revision
Diffstat (limited to 'release')
-rw-r--r--release/servers.boot16
1 files changed, 16 insertions, 0 deletions
diff --git a/release/servers.boot b/release/servers.boot
new file mode 100644
index 00000000..6ab28461
--- /dev/null
+++ b/release/servers.boot
@@ -0,0 +1,16 @@
+# Boot script file for booting GNU Hurd. Each line specifies a file to be
+# loaded by the boot loader (the first word), and actions to be done with it.
+
+# First, the bootstrap filesystem. It needs several ports as arguments,
+# as well as the user flags from the boot loader.
+/hurd/ufs --bootflags=${boot-args} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} --machdev ${root-device} $(task-create) $(task-resume)
+
+# Now the exec server; to load the dynamically-linked exec server program,
+# we have the boot loader in fact load and run ld.so, which in turn
+# loads and runs /hurd/exec. This task is created, and its task port saved
+# in ${exec-task} to be passed to the fs above, but it is left suspended;
+# the fs will resume the exec task once it is ready.
+/lib/ld.so /hurd/exec $(exec-task=task-create)
+
+# default pager
+/dev/hd0b $(add-paging-file) $(default-pager)