summaryrefslogtreecommitdiffstats
path: root/sysroot/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/boot')
-rw-r--r--sysroot/boot/initrd.tarbin0 -> 10240 bytes
-rw-r--r--sysroot/boot/limine.cfg13
2 files changed, 13 insertions, 0 deletions
diff --git a/sysroot/boot/initrd.tar b/sysroot/boot/initrd.tar
new file mode 100644
index 0000000..3165525
--- /dev/null
+++ b/sysroot/boot/initrd.tar
Binary files differ
diff --git a/sysroot/boot/limine.cfg b/sysroot/boot/limine.cfg
new file mode 100644
index 0000000..86ee54c
--- /dev/null
+++ b/sysroot/boot/limine.cfg
@@ -0,0 +1,13 @@
+${JOVE_KERNEL}=boot:///boot/jove.elf
+${INITRD}=boot:///boot/initrd.tar
+
+DEFAULT_ENTRY=1
+TIMEOUT=3
+VERBOSE=yes
+
+:Jove
+ PROTOCOL=limine
+ KERNEL_PATH=${JOVE_KERNEL}
+ KERNEL_CMDLINE=initrd=/boot/initrd.tar init=./init
+
+ MODULE_PATH=${INITRD}