Changeset 38997 in vbox for trunk/src/VBox/Devices/PC/BIOS-new/biosint.h
- Timestamp:
- Oct 14, 2011 1:48:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS-new/biosint.h
r38833 r38997 228 228 #define BX_PANIC(...) bios_printf(BIOS_PRINTF_DEBHALT, __VA_ARGS__) 229 229 230 /* Because we don't tell the recompiler when guest physical memory 231 * is written, it can incorrectly cache guest code overwritten by 232 * DMA (bus master or not). We just re-write the memory block to flush 233 * any of its caches. This is not exactly efficient, but works! 234 */ 235 #define DMA_WORKAROUND 1 236 230 237 /* Random hardware-related definitions. */ 231 238
Note:
See TracChangeset
for help on using the changeset viewer.