소스 검색

update lab8_result Makefile for eclipse CDT

main
yuchen 9 년 전
부모
커밋
3e35535cb0
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      labcodes_answer/lab8_result/Makefile

+ 5
- 1
labcodes_answer/lab8_result/Makefile 파일 보기

@ -299,7 +299,8 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback -d
qemu-mon: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
qemu: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
$(V)$(QEMU) -serial stdio $(QEMUOPTS) -parallel null
# $(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
qemu-nox: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
@ -309,6 +310,9 @@ monitor: $(UCOREIMG) $(SWAPING) $(SFSIMG)
TERMINAL := gnome-terminal
dbg4ec: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null
debug: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null &
$(V)sleep 2

불러오는 중...
취소
저장