From 216fdf846f17192ce02e221a0c7d67277f3cd664 Mon Sep 17 00:00:00 2001 From: "Peter H. Froehlich" Date: Sat, 3 Oct 2015 01:55:43 -0400 Subject: [PATCH] Again, QEMU command line to avoid image warning. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40885e4..6737a4f 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ qemu: fs.img xv6.img $(QEMU) -serial mon:stdio $(QEMUOPTS) qemu-memfs: xv6memfs.img - $(QEMU) xv6memfs.img -smp $(CPUS) -m 256 + $(QEMU) -drive file=xv6memfs.img,index=0,media=disk,format=raw -smp $(CPUS) -m 256 qemu-nox: fs.img xv6.img $(QEMU) -nographic $(QEMUOPTS)