VirtualBox

Changeset 48236 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 2, 2013 7:14:55 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88633
Message:

VMM: Use the CMOS for debugging 64-bit on 32-bit issue (VBOX_WITH_64ON32_CMOS_DEBUG, disabled ofc).

File:
1 edited

Legend:

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

    r48201 r48236  
    115115#endif
    116116    LogFlow(("ModuleInit:\n"));
     117
     118#ifdef VBOX_WITH_64ON32_CMOS_DEBUG
     119    /*
     120     * Display the CMOS debug code.
     121     */
     122    ASMOutU8(0x72, 0x03);
     123    uint8_t bDebugCode = ASMInU8(0x73);
     124    LogRel(("CMOS Debug Code: %#x (%d)\n", bDebugCode, bDebugCode));
     125    RTLogComPrintf("CMOS Debug Code: %#x (%d)\n", bDebugCode, bDebugCode);
     126#endif
    117127
    118128    /*
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