Created
March 23, 2020 22:17
-
-
Save kant2002/afee139707165910b431b8ed93a274c7 to your computer and use it in GitHub Desktop.
Linker parameters for UEFI application using CoreRT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<LinkerArg Include="/subsystem:EFI_APPLICATION /entry:EfiMain" /> | |
</ItemGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment