Changeset 89868 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jun 23, 2021 6:02:11 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/Global.cpp
r89604 r89868 29 29 /* NOTE1: we assume that unknown is always the first two entries! 30 30 * NOTE2: please use powers of 2 when specifying the size of harddisks since 31 * '2GB' looks better than '1.95GB' (= 2000MB) */ 31 * '2GB' looks better than '1.95GB' (= 2000MB) 32 * NOTE3: if you add new guest OS types please check if the code in 33 * Machine::getEffectiveParavirtProvider and Console::i_configConstructorInner 34 * are still covering the relevant cases. */ 32 35 { "Other", "Other", "Other", "Other/Unknown", 33 36 VBOXOSTYPE_Unknown, VBOXOSHINT_NONE,
Note:
See TracChangeset
for help on using the changeset viewer.