pub(crate) fn build_kernel_command_line(
fn_params: BuildKernelCommandLineParams<'_>,
) -> Result<(), CommandLineTooLong>
Expand description
Read and setup the underhill kernel command line into the specified buffer.
pub(crate) fn build_kernel_command_line(
fn_params: BuildKernelCommandLineParams<'_>,
) -> Result<(), CommandLineTooLong>
Read and setup the underhill kernel command line into the specified buffer.