VirtualBox

Changeset 51058 in vbox for trunk/src


Ignore:
Timestamp:
Apr 11, 2014 9:24:55 PM (11 years ago)
Author:
vboxsync
Message:

BIOS: Set warm boot flag on Ctrl-Alt-Del.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/keyboard.c

    r50663 r51058  
    469469
    470470    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);
    472474            jmp_post();
     475        }
    473476        /* fall through */
    474477
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette