Boot2Rust icon indicating copy to clipboard operation
Boot2Rust copied to clipboard

EFI applications in Rust

Results 3 Boot2Rust issues
Sort by recently updated
recently updated
newest added

Although Rust is pretty readable to a newcomer, some of the code is quite obscure, particularly in uefi.mod. For example: ``` ((*(*self).output).OutputString)(self.output, str); ``` A few comments to explain what...

Just wanted to mention that for me, linking with my regular ubuntu linker (GNU ld (GNU Binutils for Ubuntu) 2.24) seemed to work just fine with using LDEMULATION: LDEMULATION="i386pe" ld...

Would it be possible to port from Makefiles to Cargo? Cargo should be able to build this now.