Changeset 97031 in vbox for trunk/include
- Timestamp:
- Oct 6, 2022 3:07:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ostypes.h
r96407 r97031 161 161 VBOXOSTYPE_RedHat7_x64 = 0x5A105, // 64-bit only 162 162 VBOXOSTYPE_RedHat8_x64 = 0x5A106, // 64-bit only 163 VBOXOSTYPE_RedHat_latest_x64 = VBOXOSTYPE_RedHat8_x64, 163 VBOXOSTYPE_RedHat9_x64 = 0x5A107, // 64-bit only 164 VBOXOSTYPE_RedHat_latest_x64 = VBOXOSTYPE_RedHat9_x64, 164 165 VBOXOSTYPE_Turbolinux = 0x5B000, 165 166 VBOXOSTYPE_Turbolinux_x64 = 0x5B100, … … 218 219 VBOXOSTYPE_Oracle7_x64 = 0x5E104, // 64-bit only 219 220 VBOXOSTYPE_Oracle8_x64 = 0x5E105, // 64-bit only 220 VBOXOSTYPE_Oracle_latest_x64 = VBOXOSTYPE_Oracle8_x64, 221 VBOXOSTYPE_Oracle9_x64 = 0x5E106, // 64-bit only 222 VBOXOSTYPE_Oracle_latest_x64 = VBOXOSTYPE_Oracle9_x64, 221 223 VBOXOSTYPE_FreeBSD = 0x60000, 222 224 VBOXOSTYPE_FreeBSD_x64 = 0x60100,
Note:
See TracChangeset
for help on using the changeset viewer.