summary refs log tree commit diff
path: root/host/initramfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'host/initramfs/Makefile')
-rw-r--r--host/initramfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/initramfs/Makefile b/host/initramfs/Makefile
index 8dcf420..15eefb8 100644
--- a/host/initramfs/Makefile
+++ b/host/initramfs/Makefile
@@ -71,10 +71,11 @@ run: $(dest) build/rootfs.verity.roothash $(RUN_IMAGE)
 	$(QEMU_KVM) -m 4G \
 	    -kernel $(KERNEL) \
 	    -initrd $(dest) \
-	    -append "ro console=ttyS0 ext=vda intel_iommu=on roothash=$$(< build/rootfs.verity.roothash)" \
+	    -append "ro console=ttyS0 ext=vda intel_iommu=on roothash=$$(< build/rootfs.verity.roothash) nokaslr" \
 	    -cpu host \
 	    -machine q35,kernel-irqchip=split \
 	    -display gtk,gl=on \
+	    -gdb unix:build/gdb.sock,server,nowait \
 	    -device intel-iommu,intremap=on \
 	    -device virtio-vga-gl \
 	    -device qemu-xhci \