From a8b89d2536a660e0216fb54e7681e35f6ac67483 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 9 Aug 2021 22:40:23 +0200 Subject: hide the QEMU window, since serial made it mostly useless --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d5802c..d9078f0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra CFLAGS += -mgeneral-regs-only CFLAGS += -Isrc/ LFLAGS = -ffreestanding -O2 -nostdlib -lgcc -QFLAGS = -no-reboot -serial stdio +QFLAGS = -no-reboot -serial stdio -display none define from_sources $(patsubst src/%.s,out/obj/%.s.o,$(shell find $(1) -type f -name '*.s')) \ -- cgit v1.2.3