|
@ -202,7 +202,7 @@ endif |
|
|
# files for grade script
|
|
|
# files for grade script
|
|
|
|
|
|
|
|
|
targets: $(TARGETS) |
|
|
targets: $(TARGETS) |
|
|
|
|
|
|
|
|
|
|
|
all: $(TARGETS) |
|
|
.DEFAULT_GOAL := targets |
|
|
.DEFAULT_GOAL := targets |
|
|
|
|
|
|
|
|
QEMUOPTS = -hda $(UCOREIMG) |
|
|
QEMUOPTS = -hda $(UCOREIMG) |
|
@ -217,7 +217,8 @@ qemu-nox: targets |
|
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic |
|
|
|
|
|
|
|
|
TERMINAL := gnome-terminal |
|
|
TERMINAL := gnome-terminal |
|
|
|
|
|
|
|
|
|
|
|
gdb: $(UCOREIMG) |
|
|
|
|
|
$(V)$(QEMU) -S -s -parallel stdio -hda $< -serial null |
|
|
debug: $(UCOREIMG) |
|
|
debug: $(UCOREIMG) |
|
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null & |
|
|
$(V)$(QEMU) -S -s -parallel stdio $(QEMUOPTS) -serial null & |
|
|
$(V)sleep 2 |
|
|
$(V)sleep 2 |
|
|