From a08957914b955eb08d85e5397403871b5f44f30d Mon Sep 17 00:00:00 2001 From: czjstmax Date: Tue, 24 Feb 2026 15:19:31 +0100 Subject: fix limine configuration Signed-off-by: czjstmax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b016f4f..9184028 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ iso: $(KERNEL) limine bios-install $(ISO_IMAGE) run: iso - qemu-system-x86_64 -cdrom $(ISO_IMAGE) + qemu-system-x86_64 -cdrom $(ISO_IMAGE) #-vga std -device VGA,edid=on,xres=640,yres=320 clean: rm -vrf $(BUILD_DIR) -- cgit v1.3.1