[UEFI] MSVC: Bootloader - Call MS_ABI binary (c++)
Posted: Mon Aug 23, 2021 10:10 am
Hello,
Im programming an Operating System and compile my Kernel binary with MSVC underVisual Studio 2019. Now i doesnt know how to call and load that C++ kernel binary.
My bootx64.efi is also compiled and works so far with simple_uefi. Im only found tutorials in c++with gcc and sysv_abi. and mingw-gcc...
Thanks so far...
Im programming an Operating System and compile my Kernel binary with MSVC underVisual Studio 2019. Now i doesnt know how to call and load that C++ kernel binary.
My bootx64.efi is also compiled and works so far with simple_uefi. Im only found tutorials in c++with gcc and sysv_abi. and mingw-gcc...
Thanks so far...