Re-exports§
pub use boot_params::LinuxBootParams;pub use handoff::boot_kernel;pub use iso_boot::boot_from_iso;pub use iso_boot::default_cmdline_for_iso;pub use iso_boot::IsoBootError;pub use kernel_loader::KernelImage;pub use loader::boot_linux_kernel;pub use memory::allocate_boot_params;pub use memory::allocate_cmdline;pub use memory::allocate_kernel_memory;pub use memory::load_kernel_image;pub use network_boot::enter_network_boot;pub use network_boot::prepare_handoff;pub use network_boot::prepare_handoff_with_blk;pub use network_boot::validate_handoff;pub use network_boot::BlkProbeResult;pub use network_boot::NicProbeResult;
Modules§
- Architecture-specific boot implementations
- ISO Boot Support
- Network boot integration for post-ExitBootServices ISO download.