summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter H. Froehlich <[email protected]>2015-10-03 01:55:43 -0400
committerFrans Kaashoek <[email protected]>2016-08-18 11:20:43 -0400
commit216fdf846f17192ce02e221a0c7d67277f3cd664 (patch)
treedab6fe252b2e5fd2d2a753756113fa32045c8328 /Makefile
parent1ccb5a6fca282df5e76897631aee6fef08ffc051 (diff)
downloadxv6-labs-216fdf846f17192ce02e221a0c7d67277f3cd664.tar.gz
xv6-labs-216fdf846f17192ce02e221a0c7d67277f3cd664.tar.bz2
xv6-labs-216fdf846f17192ce02e221a0c7d67277f3cd664.zip
Again, QEMU command line to avoid image warning.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)