VirtualBox

Changeset 95728 in vbox


Ignore:
Timestamp:
Jul 19, 2022 1:11:47 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152429
Message:

GCM: Treat Windows 3.1 guest type the same as DOS (required for WfW 3.11).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r95423 r95728  
    990990        fOs2Guest = osTypeId.startsWith("OS2");
    991991        fW9xGuest = osTypeId.startsWith("Windows9");    /* Does not include Windows Me. */
    992         fDosGuest = osTypeId.startsWith("DOS");
     992        fDosGuest = osTypeId.startsWith("DOS") || osTypeId.startsWith("Windows31");
    993993    }
    994994
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