Changeset 48236 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 2, 2013 7:14:55 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r48201 r48236 115 115 #endif 116 116 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 117 127 118 128 /*
Note:
See TracChangeset
for help on using the changeset viewer.