Commits on Source (6)
-
Tim Crawford authored
The eh_unwind_resume lang item has been removed [1], which prevents using uefi_std with newer toolchains. [1]: https://github.com/rust-lang/rust/pull/67502
-
Tim Crawford authored
-
Jeremy Soller authored
Remove eh_unwind_resume lang item See merge request !1
-
Ian Douglas Scott authored
This is what the UEFI targets included in Rustc use for the entry point: https://github.com/rust-lang/rust/blob/master/compiler/rustc_target/src/spec/uefi_msvc_base.rs With this change, `uefi_std` can be used with the standard target without passing a `-Z pre-link-arg=` argument to change the entry point to `_start`.
-
Jeremy Soller authored
Use efi_main() instead of start() as name for entry point See merge request !2
-
Jeremy Soller authored