update Makefiles with qemu -no-reboot option
This commit is contained in:
@@ -208,12 +208,12 @@ TARGETS: $(TARGETS)
|
||||
|
||||
.PHONY: qemu qemu-nox debug debug-nox
|
||||
qemu-mon: $(UCOREIMG)
|
||||
$(V)$(QEMU) -monitor stdio -hda $< -serial null
|
||||
$(V)$(QEMU) -no-reboot -monitor stdio -hda $< -serial null
|
||||
qemu: $(UCOREIMG)
|
||||
$(V)$(QEMU) -parallel stdio -hda $< -serial null
|
||||
$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null
|
||||
|
||||
qemu-nox: $(UCOREIMG)
|
||||
$(V)$(QEMU) -serial mon:stdio -hda $< -nographic
|
||||
$(V)$(QEMU) -no-reboot -serial mon:stdio -hda $< -nographic
|
||||
TERMINAL :=gnome-terminal
|
||||
debug: $(UCOREIMG)
|
||||
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null &
|
||||
|
||||
Reference in New Issue
Block a user