VirtualBox

Changeset 4525 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Sep 5, 2007 8:46:30 AM (17 years ago)
Author:
vboxsync
Message:

F12 boot menu Floppy selection fixed.

File:
1 edited

Legend:

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

    r3721 r4525  
    10501050
    10511051                // Change first boot device code to selected one
    1052                 if (scode > 0x02 && scode <= 0x05)
     1052                if (scode >= 0x02 && scode <= 0x05)
    10531053                {
    10541054                    write_byte(ebda_seg,&EbdaData->uForceBootDrive, scode-1);
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