瀏覽代碼

ADD make log IN Makefile

main
yuchen 9 年之前
父節點
當前提交
e703e976b4
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      labcodes/lab1/Makefile

+ 2
- 1
labcodes/lab1/Makefile 查看文件

@ -211,7 +211,8 @@ qemu-mon: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -monitor stdio -hda $< -serial null
qemu: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -parallel stdio -hda $< -serial null
log: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -d int,cpu_reset -D q.log -parallel stdio -hda $< -serial null
qemu-nox: $(UCOREIMG)
$(V)$(QEMU) -no-reboot -serial mon:stdio -hda $< -nographic
TERMINAL :=gnome-terminal

Loading…
取消
儲存