Closed ids1024 closed 4 years ago
This uses the x86_64-unknown-uefi target included with Rust, but passes a flag to change the entry point, since redox_uefi_std uses a _start symbol rather than efi_main.
x86_64-unknown-uefi
redox_uefi_std
_start
efi_main
This seems to be enough for it to work fine, based on "make qemu".
See also https://github.com/system76/firmware-setup/pull/14.
This uses the
x86_64-unknown-uefi
target included with Rust, but passes a flag to change the entry point, sinceredox_uefi_std
uses a_start
symbol rather thanefi_main
.This seems to be enough for it to work fine, based on "make qemu".
See also https://github.com/system76/firmware-setup/pull/14.