浏览代码

add --no-reboot in lab2_result

main
yuchen 10 年前
父节点
当前提交
972e2ece76
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      labcodes_answer/lab2_result/Makefile

+ 3
- 3
labcodes_answer/lab2_result/Makefile 查看文件

@ -209,12 +209,12 @@ QEMUOPTS = -hda $(UCOREIMG)
.PHONY: qemu qemu-nox gdb debug debug-mon debug-nox
qemu-mon: targets
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
$(V)$(QEMU) -no-reboot -monitor stdio $(QEMUOPTS) -serial null
qemu: targets
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
$(V)$(QEMU) -no-reboot -parallel stdio $(QEMUOPTS) -serial null
qemu-nox: targets
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
$(V)$(QEMU) -no-reboot -serial mon:stdio $(QEMUOPTS) -nographic
gdb:
$(V)$(GDB) -q -x tools/gdbinit

||||||
x
 
000:0
正在加载...
取消
保存