summaryrefslogtreecommitdiff
path: root/hurd/running/qemu.mdwn
diff options
context:
space:
mode:
authorGabriele Giacone <1o5g4r8o@gmail.com>2014-02-28 16:26:40 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2014-02-28 22:02:14 +0100
commitedf05462265c967522aa7b3c2d43e5e97b12fc47 (patch)
tree07ee78f59ff0ab6b4e210988ef7797ec5034e920 /hurd/running/qemu.mdwn
parentdcf0b805773f06ec5fb01cac145ee75dce1cd4d6 (diff)
Uncommitted changes.
... in darnassus:~hurd-web/public_html.workspace/.
Diffstat (limited to 'hurd/running/qemu.mdwn')
-rw-r--r--hurd/running/qemu.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn
index df65eb7b..83ad94b4 100644
--- a/hurd/running/qemu.mdwn
+++ b/hurd/running/qemu.mdwn
@@ -366,6 +366,23 @@ Once you have logged in as `root` run the `pfinet` translator with values that a
That should do it! Do not forget to edit/update `/etc/resolv.conf` to get DNS working.
+# QEMU Multiboot
+
+See [[open_issues/debugging_gnumach_startup_qemu_gdb/#index2h1]].
+See "Linux/Multiboot boot specific" section on QEMU manpage.
+
+ # take for instance cdimage boot components
+ $ wget http://people.debian.org/~sthibault/hurd-i386/installer/cdimage/current/{gnumach.gz,initrd.gz,ext2fs.static,ld.so.1}
+
+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)"
# Related Links