Again, QEMU command line to avoid image warning.
This commit is contained in:
parent
1ccb5a6fca
commit
216fdf846f
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue