From 65ba015d6c1f248d36ad01a653bc49637804b15b Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 10 Aug 2025 15:46:33 -0400 Subject: working usermode objdir iteration --- sysroot/boot/initrd.tar | Bin 0 -> 20480 bytes sysroot/boot/limine.conf | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 sysroot/boot/initrd.tar create mode 100644 sysroot/boot/limine.conf (limited to 'sysroot/boot') diff --git a/sysroot/boot/initrd.tar b/sysroot/boot/initrd.tar new file mode 100644 index 0000000..b893e9b Binary files /dev/null and b/sysroot/boot/initrd.tar differ 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} -- cgit v1.2.1