VirtualBox

Ignore:
Timestamp:
Jul 3, 2009 2:18:27 PM (16 years ago)
Author:
vboxsync
Message:

BIOS: Implement Ctrl+Alt+Del for real mode

File:
1 edited

Legend:

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

    r18687 r21205  
    52545254      write_byte(0x0040, 0x18, mf2_flags);
    52555255      break;
     5256
     5257    case 0x53: /* Del press */
     5258      if ((shift_flags & 0x0f) == 0x0c)
     5259      {
     5260ASM_START
     5261        /* Ctrl+Alt+Del => Reboot */
     5262        jmp 0xf000:post
     5263ASM_END
     5264      }
     5265      /* fall through */
    52565266
    52575267    default:
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