mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-04 16:54:08 -04:00
Set hidden attribute for VTOYEFI part in GPT partition style
This commit is contained in:
parent
81aa56955a
commit
da746c608f
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue