From 192a4ccd6bbc2239f047f782a05e888990011e51 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 1 Feb 2024 12:48:55 -0500 Subject: acpi, fix mboot memory map, fix kalloc, fix virtalloc node allocator, add kprintf, other changes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b38f24..2a8c565 100644 --- a/Makefile +++ b/Makefile @@ -52,5 +52,7 @@ run: all qemu-system-x86_64 \ -cdrom $(BUILD_DIR)/$(ISO_NAME) \ -serial stdio \ + -display gtk,show-menubar=off,zoom-to-fit=on \ -m 4G \ + -enable-kvm \ -name corn -- cgit v1.2.3-freya