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 /limine.conf | |
| 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 'limine.conf')
| -rw-r--r-- | limine.conf | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/limine.conf b/limine.conf index eedad60..65d96ce 100644 --- a/limine.conf +++ b/limine.conf @@ -1,9 +1,7 @@ -TIMEOUT=5 +timeout: 5 -DEFAULT=yerba-linux - -:yerba-linux - PROTOCOL=linux - KERNEL_PATH=boot:///boot/bzImage - INITRD_PATH=boot:///boot/initramfs.cpio.gz - CMDLINE=console=ttyS0 +/Yerba-Linux + protocol: linux + kernel_path: boot():/boot/bzImage + module_path: boot():/boot/initramfs.cpio.gz + cmdline: console=ttyS0 console=tty0 |
