From 06fd98b7bd62eef3ca5f4934c12e600b182cdb77 Mon Sep 17 00:00:00 2001 From: czjstmax Date: Thu, 5 Mar 2026 21:36:52 +0100 Subject: still fixing Signed-off-by: czjstmax --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9184028..92e5e8e 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,8 @@ iso: $(KERNEL) limine bios-install $(ISO_IMAGE) run: iso - qemu-system-x86_64 -cdrom $(ISO_IMAGE) #-vga std -device VGA,edid=on,xres=640,yres=320 + qemu-system-x86_64 -cdrom $(ISO_IMAGE) -vga virtio + # -device VGA,edid=on,xres=640,yres=320 clean: rm -vrf $(BUILD_DIR) -- cgit v1.3.1