From d671df5919be8c7878d5a56573af0792cd39781f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 13 Nov 2014 09:21:56 +0100 Subject: g-i hurd: Disable dma on hd0 --- bin/g-i-installation.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 7234800e..d1a27c84 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -314,6 +314,11 @@ bootstrap_system() { *_kfreebsd) ;; *_hurd*) # Hurd needs multiboot options jenkins can't escape correctly echo -n '--kernel '$WORKSPACE'/gnumach --initrd "'$IMAGE_MNT'/boot/initrd.gz \$(ramdisk-create),'$IMAGE_MNT'/boot/kernel/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),'$IMAGE_MNT'/boot/kernel/ld.so.1 /hurd/exec \$(exec-task=task-create)" ' >> $QEMU_LAUNCHER + # The slow qemu emulation brings IRQ + # timeouts, so rather avoid them + # completely, in qemu PIO is actually + # not slower than DMA anyway. + APPEND="hd0=nodma $APPEND" ;; *) ;; esac -- cgit v1.2.3-54-g00ecf