Skip to content

Commit

Permalink
drop QEMUEXTRA
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Morris authored and kaashoek committed Aug 10, 2020
1 parent af9eb91 commit 82981fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ ifndef CPUS
CPUS := 3
endif

QEMUEXTRA = -drive file=fs1.img,if=none,format=raw,id=x1 -device virtio-blk-device,drive=x1,bus=virtio-mmio-bus.1
QEMUOPTS = -machine virt -bios none -kernel $K/kernel -m 128M -smp $(CPUS) -nographic
QEMUOPTS += -drive file=fs.img,if=none,format=raw,id=x0 -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0
QEMUOPTS += -drive file=fs.img,if=none,format=raw,id=x0
QEMUOPTS += -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0

qemu: $K/kernel fs.img
$(QEMU) $(QEMUOPTS)
Expand Down

0 comments on commit 82981fa

Please sign in to comment.