aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f1e6cc4..37c24ea 100644
--- a/Makefile
+++ b/Makefile
@@ -146,8 +146,7 @@ clean:
run: iso
@echo "[yerba] booting in QEMU..."
- # qemu-system-x86_64 -kernel $(BUILD_DIR)/bzImage -initrd $(BUILD_DIR)/initramfs.cpio.gz -nographic -append "console=ttyS0"
- qemu-system-x86_64 -cdrom $(ISO_PATH) -m 2G -cpu host -enable-kvm
+ qemu-system-x86_64 -cdrom $(ISO_PATH) -m 2G -cpu host -enable-kvm -vga std
setup: $(LINUX_DIR) $(LIMINE_DIR) $(BUSYBOX_DIR)
@echo "[yerba] all repos fetched"