Set hidden attribute for VTOYEFI part in GPT partition style

This commit is contained in:
longpanda 2021-06-21 13:27:41 +08:00
parent 81aa56955a
commit da746c608f
3 changed files with 3 additions and 3 deletions

View file

@ -244,7 +244,7 @@ int DumpGptInfo(VTOY_GPT_INFO *pGptInfo)
return 0;
}
#define VENTOY_EFI_PART_ATTR 0x8000000000000001ULL
#define VENTOY_EFI_PART_ATTR 0xC000000000000001ULL
int main(int argc, const char **argv)
{