|
|
@ -309,15 +309,15 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback -d |
|
|
|
|
|
|
|
.PHONY: qemu qemu-nox debug debug-nox monitor |
|
|
|
qemu-mon: $(UCOREIMG) $(SWAPIMG) $(SFSIMG) |
|
|
|
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null |
|
|
|
$(V)$(QEMU) -no-reboot -monitor stdio $(QEMUOPTS) -serial null |
|
|
|
qemu: $(UCOREIMG) $(SWAPIMG) $(SFSIMG) |
|
|
|
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null |
|
|
|
$(V)$(QEMU) -no-reboot -parallel stdio $(QEMUOPTS) -serial null |
|
|
|
|
|
|
|
qemu-nox: $(UCOREIMG) $(SWAPIMG) $(SFSIMG) |
|
|
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
|
$(V)$(QEMU) -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
|
|
|
|
|
monitor: $(UCOREIMG) $(SWAPING) $(SFSIMG) |
|
|
|
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null |
|
|
|
$(V)$(QEMU) -no-reboot -monitor stdio $(QEMUOPTS) -serial null |
|
|
|
|
|
|
|
TERMINAL := gnome-terminal |
|
|
|
|
|
|
|