VirtualBox

Changeset 86780 in vbox


Ignore:
Timestamp:
Nov 2, 2020 11:51:44 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/dvm: Added OS/2 partition type GUID.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dvm.h

    r85894 r86780  
    100100    /** Volume hosts an IBM general parallel file system (GPFS). */
    101101    RTDVMVOLTYPE_IBM_GPFS,
     102
     103    /** OS/2 (Arca Noae) type 1 partition. */
     104    RTDVMVOLTYPE_ARCA_OS2,
    102105
    103106    /** End of the valid values. */
  • trunk/src/VBox/Runtime/common/dvm/dvm.cpp

    r86332 r86780  
    141141
    142142    "IBM GPFS",
     143
     144    "OS/2",
    143145};
    144146AssertCompile(RT_ELEMENTS(g_apszDvmVolTypes) == RTDVMVOLTYPE_END);
  • trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp

    r85894 r86780  
    240240
    241241    { "37AFFC90-EF7D-4E96-91C3-2D7AE055B174", RTDVMVOLTYPE_IBM_GPFS },
     242
     243    { "90B6FF38-B98F-4358-A21F-48F35B4A8AD3", RTDVMVOLTYPE_ARCA_OS2 }, /* OS/2 type 1 defined by Arca Noae */
    242244};
    243245
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette