- Timestamp:
- Apr 11, 2014 9:24:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/keyboard.c
r50663 r51058 469 469 470 470 case 0x53: /* Del press */ 471 if ((shift_flags & 0x0c) == 0x0c) 471 if ((shift_flags & 0x0c) == 0x0c) { 472 /* Indicate a warm boot. */ 473 write_word(0x0040,0x0072, 0x1234); 472 474 jmp_post(); 475 } 473 476 /* fall through */ 474 477
Note:
See TracChangeset
for help on using the changeset viewer.