Skip to main content

build_kernel_header

Function build_kernel_header 

Source
pub fn build_kernel_header(
    kernel: &BuiltKernel,
    builder: &KernelBuilder,
    api_port: u16,
) -> KernelHeader
Expand description

Build a KernelHeader for embedding into an RVF KERNEL_SEG.

This is a convenience function that constructs a properly filled KernelHeader from a BuiltKernel and builder configuration.