- Timestamp:
- Apr 3, 2013 9:34:20 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84699
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r45025 r45298 203 203 static DECLCALLBACK(int) pcbiosIOPortWrite(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb) 204 204 { 205 /*206 * Bochs BIOS Panic207 */208 if ( cb == 2209 && ( Port == 0x400210 || Port == 0x401))211 {212 Log(("pcbios: PC BIOS panic at rombios.c(%d)\n", u32));213 AssertReleaseMsgFailed(("PC BIOS panic at rombios.c(%d)\n", u32));214 return VERR_INTERNAL_ERROR;215 }216 217 205 /* 218 206 * Bochs BIOS char printing.
Note:
See TracChangeset
for help on using the changeset viewer.