diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-02 15:42:21 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-02 16:34:04 -0400 |
commit | 0331c642f92dce988446ea2ac6b69f82212f71ab (patch) | |
tree | 35ef26c38eebc2b9cbfbda516ed8dc8a1f8fabac /builddeps | |
parent | 1b79c42492ea902af29f3157b5c38c89078dc3b8 (diff) |
kernel: initramfs: Add initial OMAR port
CPIO is very outdated and its implementations varies on different hosts,
best to use OSMORA Archive Format (OMAR) instead!
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'builddeps')
-rw-r--r-- | builddeps/limine.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builddeps/limine.conf b/builddeps/limine.conf index f1907ea..308ad26 100644 --- a/builddeps/limine.conf +++ b/builddeps/limine.conf @@ -9,5 +9,5 @@ resolution: 1280x720 /Hyra protocol: limine kernel_path: boot():/boot/hyra-kernel - module_path: boot():/boot/ramfs.cpio + module_path: boot():/boot/ramfs.omar |