451ee0d031e6c093e6b3e2852de87c945ecdf43b
Some checks failed
Build and Push to Gitea / build (push) Failing after 1m5s
Barnacle : The Rusty UKI Loader
Example objcopy command
Using an mkinitcpio-like configuration
objcopy target/x86_64-unknown-uefi/release/barnacle.efi /boot/efi/arch.efi \
--add-section .linux=/boot/vmlinuz-linux --change-section-vma .linux=0x2000000 \
--add-section .initrd=/boot/initramfs-linux.img --change-section-vma .initrd=0x3000000 \
--add-section .cmdline=<(grep -a '^[^#]' "/etc/kernel/cmdline" | tr -s '\n' ' '; printf '\n\0') --change-section-vma .cmdline=0x30000
Description
Languages
Rust
100%