VirtualBox

Ignore:
Timestamp:
Apr 22, 2016 11:35:07 PM (9 years ago)
Author:
vboxsync
Message:

VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious 386isms (EFLAGS and CR0/MSW).

File:
1 edited

Legend:

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

    r60509 r60664  
    989989         * dead wrong on 8086 (see http://www.os2museum.com/wp/undocumented-8086-opcodes/).
    990990         */
    991         if (   bstr.equals("Intel 80286")
     991        if (   bstr.equals("Intel 80386") /* just for now */
     992            || bstr.equals("Intel 80286")
    992993            || bstr.equals("Intel 80186")
    993994            || bstr.equals("Nec V20")
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