From ab6fad5fb038a8c5b3609bc72f59ddd1913a5cb3 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 19 Apr 2022 13:59:31 +0200 Subject: [PATCH] Stuff --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 505088b..26ec844 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LDFLAGS = -Wl,--oformat=binary -ffreestanding -nostdlib -shared -Ttext 0x1000 - # VM/Debug settings VM = qemu-system-x86_64 -VMFLAGS = -serial stdio -no-reboot -no-shutdown -d int +VMFLAGS = -s -S -serial stdio -no-reboot -no-shutdown -d int # Do not touch these.