The source project of this merge request has been removed.
Use efiapi for entry point
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