File tree 9 files changed +26
-1
lines changed
9 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 18
18
* .log
19
19
* .exe
20
20
chytesting
21
- disk0
21
+ disk0
22
+ * .orig
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ MAKEOPTS := --quiet --no-print-directory
294
294
run-% : build-%
295
295
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
296
296
297
+ run-nox-% : build-%
298
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
299
+
297
300
build-% : touch
298
301
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
299
302
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ MAKEOPTS := --quiet --no-print-directory
294
294
run-% : build-%
295
295
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
296
296
297
+ run-nox-% : build-%
298
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
299
+
297
300
build-% : touch
298
301
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
299
302
Original file line number Diff line number Diff line change @@ -294,6 +294,9 @@ MAKEOPTS := --quiet --no-print-directory
294
294
run-% : build-%
295
295
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
296
296
297
+ run-nox-% : build-%
298
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
299
+
297
300
build-% : touch
298
301
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
299
302
Original file line number Diff line number Diff line change @@ -343,6 +343,9 @@ run-%: build-%
343
343
sh-% : script-%
344
344
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
345
345
346
+ run-nox-% : build-%
347
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
348
+
346
349
build-% : touch
347
350
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* "
348
351
Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ MAKEOPTS := --quiet --no-print-directory
285
285
run-% : build-%
286
286
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
287
287
288
+ run-nox-% : build-%
289
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
290
+
288
291
build-% : touch
289
292
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
290
293
Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ MAKEOPTS := --quiet --no-print-directory
285
285
run-% : build-%
286
286
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
287
287
288
+ run-nox-% : build-%
289
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
290
+
288
291
build-% : touch
289
292
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
290
293
Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ MAKEOPTS := --quiet --no-print-directory
285
285
run-% : build-%
286
286
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
287
287
288
+ run-nox-% : build-%
289
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
290
+
288
291
build-% : touch
289
292
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* -DTESTSTART=$( RUN_PREFIX) $* _out_start -DTESTSIZE=$( RUN_PREFIX) $* _out_size"
290
293
Original file line number Diff line number Diff line change @@ -335,6 +335,9 @@ run-%: build-%
335
335
sh-% : script-%
336
336
$(V )$(QEMU ) -parallel stdio $(QEMUOPTS ) -serial null
337
337
338
+ run-nox-% : build-%
339
+ $(V )$(QEMU ) -serial mon:stdio $(QEMUOPTS ) -nographic
340
+
338
341
build-% : touch
339
342
$(V )$(MAKE ) $(MAKEOPTS ) " DEFS+=-DTEST=$* "
340
343
You can’t perform that action at this time.
0 commit comments