Why when i use uefi_call_wrapper i get stuck?
I have recently started developing EFI applications, and I am encountering an issue I can’t seem to resolve. Here’s my setup and the problem:
GNU-EFI. Visual Studio (in code completion) thinks that some UEFI functions are fields, but it’s wrong. What should I do?
I have a directory with a main.cpp
file. I also cloned the gnu-efi
repository into it to have the necessary header files. Here’s the code: