Function linux_bzimage_builder::encoder::encode_kernel
source ยท pub fn encode_kernel(kernel: Vec<u8>, encoding: PayloadEncoding) -> Vec<u8>Expand description
Encoding the kernel ELF using the provided format.
pub fn encode_kernel(kernel: Vec<u8>, encoding: PayloadEncoding) -> Vec<u8>Encoding the kernel ELF using the provided format.