From 0e14cad65fafc22ac319f0a7ed4f08f00f76c81a Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 27 Jul 2025 19:32:13 +0200 Subject: Specify qemu display option --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6dd35e4..8ab7a1a 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,10 @@ clean: rm -rf bin iso_root external src/*.o run: bin/$(NAME).iso - qemu-system-x86_64 bin/$(NAME).iso + qemu-system-x86_64 -display sdl bin/$(NAME).iso dbg: bin/$(NAME).iso - qemu-system-x86_64 -s -S bin/$(NAME).iso + qemu-system-x86_64 -display sdl -s -S bin/$(NAME).iso bin/$(NAME): linker.lds $(OFILES) mkdir -p bin -- cgit v1.2.3