Skip to content

Instantly share code, notes, and snippets.

@kant2002
Created March 23, 2020 22:17
Show Gist options
  • Save kant2002/afee139707165910b431b8ed93a274c7 to your computer and use it in GitHub Desktop.
Save kant2002/afee139707165910b431b8ed93a274c7 to your computer and use it in GitHub Desktop.
Linker parameters for UEFI application using CoreRT
<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