diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |