Changeset 45401 in vbox for trunk/src/VBox/Devices/PC/BIOS/print.c
- Timestamp:
- Apr 8, 2013 12:15:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/print.c
r38699 r45401 48 48 49 49 /* Redirect INFO output to backdoor logging port. */ 50 #define PANIC_PORT 0x40051 #define PANIC_PORT2 0x40152 50 #define INFO_PORT 0x504 53 51 #define DEBUG_PORT 0x403 … … 163 161 164 162 if ((action & BIOS_PRINTF_DEBHALT) == BIOS_PRINTF_DEBHALT) { 165 #if BX_VIRTUAL_PORTS166 outb(PANIC_PORT2, 0x00);167 #endif168 163 bios_printf (BIOS_PRINTF_SCREEN, "FATAL: "); 169 164 }
Note:
See TracChangeset
for help on using the changeset viewer.