morpheus_bootloader::boot::network_boot

Function enter_network_boot

Source
pub unsafe fn enter_network_boot(handoff: &'static BootHandoff) -> RunResult
Expand description

Network boot entry point (post-EBS).

ยงSafety

  • Must be called after ExitBootServices()
  • handoff must point to valid, populated BootHandoff
  • Must be on pre-allocated stack