diff options
Diffstat (limited to 'sysroot')
-rw-r--r-- | sysroot/boot/initrd.tar | bin | 0 -> 20480 bytes | |||
-rw-r--r-- | sysroot/boot/limine.conf | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/sysroot/boot/initrd.tar b/sysroot/boot/initrd.tar Binary files differnew file mode 100644 index 0000000..b893e9b --- /dev/null +++ b/sysroot/boot/initrd.tar 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} |