diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-02 21:26:51 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-02 21:26:51 +1200 |
| commit | ad38e594b1c2378b09177f214be8f1e8275b686a (patch) | |
| tree | 1757b483bd31d63d67eac52f79ba39e75b4e3d2f /Makefile | |
| parent | ea1de8705fd1e8b363b69a5f5b7446d6158def06 (diff) | |
| download | yerbalinux-ad38e594b1c2378b09177f214be8f1e8275b686a.tar.xz yerbalinux-ad38e594b1c2378b09177f214be8f1e8275b686a.zip | |
Add extra arguments to run target in Makefile, use correct syntax for Limine 8.x config
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
