pub unsafe fn enter_network_boot_url(
handoff: &'static BootHandoff,
iso_url: &'static str,
esp_lba: u64,
) -> RunResultExpand description
Network boot with custom URL.
§Safety
- Must be called after ExitBootServices()
handoffmust point to valid, populated BootHandoffiso_urlmust be a ’static str (allocated before EBS, e.g., via Box::leak)