Changeset 91804 in vbox
- Timestamp:
- Oct 18, 2021 7:37:10 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VM.cpp
r91765 r91804 195 195 char szDarwinVersion[512]; 196 196 RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szDarwinVersion, sizeof(szDarwinVersion)); 197 if (RTStrVersionCompare(szDarwinVersion, "21.0.0") >= 0) 197 if ( RTStrVersionCompare(szDarwinVersion, "21.0.0") >= 0 198 && !RTEnvExist("VBOX_VMM_FORCE_MACOS_12")) 198 199 rc = vmR3SetErrorU(pUVM, VERR_NOT_SUPPORTED, RT_SRC_POS, 199 200 "macOS 12 and later is not supported yet by this VirtualBox version - sorry");
Note:
See TracChangeset
for help on using the changeset viewer.