diff options
author | Peter H. Froehlich <[email protected]> | 2015-10-03 01:55:43 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2016-08-18 11:20:43 -0400 |
commit | 216fdf846f17192ce02e221a0c7d67277f3cd664 (patch) | |
tree | dab6fe252b2e5fd2d2a753756113fa32045c8328 /Makefile | |
parent | 1ccb5a6fca282df5e76897631aee6fef08ffc051 (diff) | |
download | xv6-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |