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.