update Makefiles with qemu -no-reboot option
This commit is contained in:
@@ -269,12 +269,12 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback
|
||||
|
||||
.PHONY: qemu qemu-nox debug debug-nox
|
||||
qemu-mon: $(UCOREIMG) $(SWAPIMG)
|
||||
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
|
||||
$(V)$(QEMU) -no-reboot -monitor stdio $(QEMUOPTS) -serial null
|
||||
qemu: $(UCOREIMG) $(SWAPIMG)
|
||||
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
|
||||
$(V)$(QEMU) -no-reboot -parallel stdio $(QEMUOPTS) -serial null
|
||||
|
||||
qemu-nox: $(UCOREIMG) $(SWAPIMG)
|
||||
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
|
||||
$(V)$(QEMU) -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
|
||||
|
||||
TERMINAL := gnome-terminal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user