VirtualBox

Changeset 73336 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 23, 2018 7:32:14 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: Add ReactOS to list of known OSs in new VM wizard
This minor patch adds a simple regex to match "ReactOS" in "New VM
Wizard" and set desired OS type to Windows2003, as per
https://reactos.org/wiki/VirtualBox#Running_the_ReactOS_Live_CD
Contributed by Michał Janiszewski under the MIT licence. Thank you!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r72603 r73336  
    8585    { QRegExp(  "Wi.*64",                         Qt::CaseInsensitive), "Windows7_64" },
    8686    { QRegExp(  "Wi.*32",                         Qt::CaseInsensitive), "Windows7" },
     87    /* ReactOS wants to be considered as Windows 2003 */
     88    { QRegExp(  "Reac.*",                         Qt::CaseInsensitive), "Windows2003" },
    8789
    8890    /* Solaris: */
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