summaryrefslogtreecommitdiff
path: root/hurd/running/qemu.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/running/qemu.mdwn')
-rw-r--r--hurd/running/qemu.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index 2fe43e05..25828d0e 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -382,10 +382,11 @@ gnumach needs to be uncompressed
$ gunzip gnumach.gz
$ sudo qemu-kvm \
--kernel gnumach \
- --initrd " \
- initrd.gz \$(ramdisk-create), \
- ext2fs.static --multiboot-command-line=\${kernel-command-line} --host-priv-port=\${host-port} --device-master-port=\${device-port} --exec-server-task=\${exec-task} -T typed gunzip:device:rd0 \$(task-create) \$(task-resume), \
- ld.so.1 /hurd/exec \$(exec-task=task-create)"
+ --initrd "\
+ initrd.gz \$(ramdisk-create),\
+ ext2fs.static --multiboot-command-line=\${kernel-command-line} --host-priv-port=\${host-port} --device-master-port=\${device-port} --exec-server-task=\${exec-task} -T typed gunzip:device:rd0 \$(task-create) \$(task-resume),\
+ ld.so.1 /hurd/exec \$(exec-task=task-create)" \
+ <other_qemu_options>
# Related Links