aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-03-05 21:36:52 +0100
committerczjstmax <jstmaxlol@disroot.org>2026-03-05 21:36:52 +0100
commit06fd98b7bd62eef3ca5f4934c12e600b182cdb77 (patch)
tree855488b3b6a0179ccb645f7a1096fa10b116872a /Makefile
parenta08957914b955eb08d85e5397403871b5f44f30d (diff)
still fixing
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)