VirtualBox

Changeset 93070 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 23, 2021 9:51:22 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149077
Message:

Added ArcaOS to the list of OS/2 variants. ticketref:20741

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/ostypes.h

    r91470 r93070  
    4848    VBOXOSTYPE_Unknown          = 0,
    4949    VBOXOSTYPE_Unknown_x64      = 0x00100,
     50    /** @name DOS and it's descendants
     51     * @{ */
    5052    VBOXOSTYPE_DOS              = 0x10000,
    5153    VBOXOSTYPE_Win31            = 0x15000,
     
    8486    VBOXOSTYPE_OS2Warp45        = 0x43000,
    8587    VBOXOSTYPE_ECS              = 0x44000,
     88    VBOXOSTYPE_ArcaOS           = 0x45000,
    8689    VBOXOSTYPE_OS21x            = 0x48000,
     90    /** @} */
     91    /** @name Unixy related OSes
     92     * @{ */
    8793    VBOXOSTYPE_Linux            = 0x50000,
    8894    VBOXOSTYPE_Linux_x64        = 0x50100,
     
    139145    VBOXOSTYPE_MacOS1012_x64    = 0xB8100,
    140146    VBOXOSTYPE_MacOS1013_x64    = 0xB9100,
     147    /** @} */
     148    /** @name Other OSes and stuff
     149     * @{ */
    141150    VBOXOSTYPE_JRockitVE        = 0xC0000,
    142151    VBOXOSTYPE_Haiku            = 0xD0000,
    143152    VBOXOSTYPE_Haiku_x64        = 0xD0100,
    144153    VBOXOSTYPE_VBoxBS_x64       = 0xE0100,
     154    /** @} */
     155
    145156/** The bit number which indicates 64-bit or 32-bit. */
    146157#define VBOXOSTYPE_x64_BIT       8
    147158    /** The mask which indicates 64-bit. */
    148     VBOXOSTYPE_x64            = 1 << VBOXOSTYPE_x64_BIT,
     159    VBOXOSTYPE_x64              = 1 << VBOXOSTYPE_x64_BIT,
     160
    149161    /** The usual 32-bit hack. */
    150162    VBOXOSTYPE_32BIT_HACK = 0x7fffffff
Note: See TracChangeset for help on using the changeset viewer.

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