Add target run-nox-<program>
This target allows starting ucore with the specified user program in pure terminal. Signed-off-by: Junjie Mao <junjie.mao@hotmail.com>
This commit is contained in:
@@ -285,6 +285,9 @@ MAKEOPTS := --quiet --no-print-directory
|
||||
run-%: build-%
|
||||
$(V)$(QEMU) -parallel stdio $(QEMUOPTS) -serial null
|
||||
|
||||
run-nox-%: build-%
|
||||
$(V)$(QEMU) -serial mon:stdio $(QEMUOPTS) -nographic
|
||||
|
||||
build-%: touch
|
||||
$(V)$(MAKE) $(MAKEOPTS) "DEFS+=-DTEST=$* -DTESTSTART=$(RUN_PREFIX)$*_out_start -DTESTSIZE=$(RUN_PREFIX)$*_out_size"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user