Skip to content

Use efiapi for entry point

Tim Crawford requested to merge tcrawford/uefi_std:efiapi into master

Enable the ABI feature and use it for the entry point. This will set calling conventions to what is specified by the UEFI spec.

It currently only sets x86-64 to win64 and everything else to C.

Tracking issue: https://github.com/rust-lang/rust/issues/65815

Edited by Tim Crawford

Merge request reports