From 0331c642f92dce988446ea2ac6b69f82212f71ab Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 2 May 2025 15:42:21 -0400 Subject: 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 --- bootstrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index bea5ccf..511d49b 100755 --- a/bootstrap +++ b/bootstrap @@ -47,9 +47,14 @@ build_kconf() { $MAKE -C tools/kconf/ } +build_omar() { + $MAKE -C tools/omar/ +} + build() { build_limine build_kconf + build_omar } echo "----------------------------------" -- cgit v1.2.3