diff options
Diffstat (limited to 'sysroot/boot/limine.conf')
-rw-r--r-- | sysroot/boot/limine.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysroot/boot/limine.conf b/sysroot/boot/limine.conf new file mode 100644 index 0000000..cfe1d54 --- /dev/null +++ b/sysroot/boot/limine.conf @@ -0,0 +1,15 @@ +${KERNEL}=boot():/boot/jove.elf +${INITRD}=boot():/boot/initrd.tar + +default_entry: 1 +timeout: 0 +verbose: yes + +/Jove + protocol: limine + kaslr: no + + path: ${KERNEL} + cmdline: initrd=/boot/initrd.tar init=/bin/init + + module_path: ${INITRD} |