add --no-reboot in lab2_result
This commit is contained in:
parent
0a4ca0d275
commit
972e2ece76
@ -209,12 +209,12 @@ QEMUOPTS = -hda $(UCOREIMG)
|
|||||||
|
|
||||||
.PHONY: qemu qemu-nox gdb debug debug-mon debug-nox
|
.PHONY: qemu qemu-nox gdb debug debug-mon debug-nox
|
||||||
qemu-mon: targets
|
qemu-mon: targets
|
||||||
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
|
$(V)$(QEMU) -no-reboot -monitor stdio $(QEMUOPTS) -serial null
|
||||||
qemu: targets
|
qemu: targets
|
||||||
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
|
$(V)$(QEMU) -no-reboot -parallel stdio $(QEMUOPTS) -serial null
|
||||||
|
|
||||||
qemu-nox: targets
|
qemu-nox: targets
|
||||||
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
|
$(V)$(QEMU) -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
|
||||||
|
|
||||||
gdb:
|
gdb:
|
||||||
$(V)$(GDB) -q -x tools/gdbinit
|
$(V)$(GDB) -q -x tools/gdbinit
|
||||||
|
Loading…
Reference in New Issue
Block a user