Opened 9 years ago
Closed 9 years ago
#14927 closed defect (fixed)
Ctrl-Break unimplemented in BIOS
Reported by: | yjh | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.10 |
Keywords: | Ctrl-Break, DOS | Cc: | |
Guest type: | other | Host type: | all |
Description
- Ctrl-Break not work in DOS and Win9x (it unimplemented in BIOS :);
- QT ui (VirtualBox)send incorrect sequence on
Input->Keyboard->Send Ctrl-Break request
--- This BUG's corrected with attached patch
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | cbrk_bug.patch added |
---|
comment:1 by , 9 years ago
The part for fixing the Ctrl+Break in the GUI is correct and we applied a slightly modified version of your patch to the repository. The BIOS part has a point as well but we will probably implement our own patch. Thank you for the patch!
Note:
See TracTickets
for help on using tickets.
Patch for correct described BUG