update lab8_result Makefile for eclipse CDT
This commit is contained in:
parent
df589cbdde
commit
3e35535cb0
@ -299,7 +299,8 @@ QEMUOPTS = -hda $(UCOREIMG) -drive file=$(SWAPIMG),media=disk,cache=writeback -d
|
|||||||
qemu-mon: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
qemu-mon: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
||||||
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
|
$(V)$(QEMU) -monitor stdio $(QEMUOPTS) -serial null
|
||||||
qemu: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
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)
|
qemu-nox: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
||||||
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
|
||||||
@ -309,6 +310,9 @@ monitor: $(UCOREIMG) $(SWAPING) $(SFSIMG)
|
|||||||
|
|
||||||
TERMINAL := gnome-terminal
|
TERMINAL := gnome-terminal
|
||||||
|
|
||||||
|
dbg4ec: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
||||||
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null
|
||||||
|
|
||||||
debug: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
debug: $(UCOREIMG) $(SWAPIMG) $(SFSIMG)
|
||||||
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null &
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null &
|
||||||
$(V)sleep 2
|
$(V)sleep 2
|
||||||
|
Loading…
Reference in New Issue
Block a user