VirtualBox

Changeset 13163 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 10, 2008 11:22:20 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37682
Message:

We can execute the initial BIOS code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r13162 r13163  
    854854    {
    855855        /* VT-x will not allow high selector bases in v86 mode; fall back to the recompiler in that case. */
    856         if (    pCtx->csHid.u64Base > 0xfffff
     856        if (   (   pCtx->csHid.u64Base > 0xfffff
     857                && pCtx->csHid.u64Base != 0xffff0000)
    857858            ||  pCtx->dsHid.u64Base > 0xfffff
    858859            ||  pCtx->esHid.u64Base > 0xfffff
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