VirtualBox

Ignore:
Timestamp:
Dec 13, 2008 12:48:22 PM (16 years ago)
Author:
vboxsync
Message:

Enable 64 bits guest support on 32 bits hosts. Only use rem64 if the guest OS type is 64 bits.

File:
1 edited

Legend:

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

    r15404 r15439  
    219219        /* Indicate whether 64-bit guests are supported or not. */
    220220        /** @todo This is currently only forced off on 32-bit hosts only because it
    221          *        makes a lof of differnese there (REM and Solaris performance). This
    222          *        will later be done on all platforms, see @bugref{3383}. */
     221         *        makes a lof of difference there (REM and Solaris performance).
     222         */
    223223
    224224        Bstr osTypeId;
     
    243243#endif
    244244        }
    245 #if ARCH_BITS == 32 /* Until we've got a check box on/off thing, 32-bit only. */
     245#if ARCH_BITS == 32 /* 32-bit guests only. */
    246246        else
    247247        {
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