|
@ -253,6 +253,7 @@ endif |
|
|
# files for grade script
|
|
|
# files for grade script
|
|
|
|
|
|
|
|
|
TARGETS: $(TARGETS) |
|
|
TARGETS: $(TARGETS) |
|
|
|
|
|
all: $(TARGETS) |
|
|
|
|
|
|
|
|
.DEFAULT_GOAL := TARGETS |
|
|
.DEFAULT_GOAL := TARGETS |
|
|
|
|
|
|
|
@ -268,6 +269,8 @@ qemu-nox: $(UCOREIMG) $(SWAPIMG) |
|
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
|
|
|
|
|
|
TERMINAL := gnome-terminal |
|
|
TERMINAL := gnome-terminal |
|
|
|
|
|
gdb: $(UCOREIMG) $(SWAPIMG) |
|
|
|
|
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null |
|
|
|
|
|
|
|
|
debug: $(UCOREIMG) $(SWAPIMG) |
|
|
debug: $(UCOREIMG) $(SWAPIMG) |
|
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null & |
|
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null & |
|
|