Changeset 21205 in vbox for trunk/src/VBox/Devices/PC/BIOS/rombios.c
- Timestamp:
- Jul 3, 2009 2:18:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/rombios.c
r18687 r21205 5254 5254 write_byte(0x0040, 0x18, mf2_flags); 5255 5255 break; 5256 5257 case 0x53: /* Del press */ 5258 if ((shift_flags & 0x0f) == 0x0c) 5259 { 5260 ASM_START 5261 /* Ctrl+Alt+Del => Reboot */ 5262 jmp 0xf000:post 5263 ASM_END 5264 } 5265 /* fall through */ 5256 5266 5257 5267 default:
Note:
See TracChangeset
for help on using the changeset viewer.