Function uefi::helpers::init

source ·
pub fn init(st: &mut SystemTable<Boot>) -> Result<()>
Expand description

Initialize all helpers defined in uefi::helpers whose Cargo features are activated.

This must be called as early as possible, before trying to use logging or memory allocation capabilities.

PLEASE NOTE that these helpers are meant for the pre exit boot service epoch.