VirtualBox

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


Ignore:
Timestamp:
Dec 27, 2015 9:43:45 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104855
Message:

DevPcBios: Properly report two floppy drives.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r57358 r59227  
    667667     */
    668668    if (cFDs > 0)
    669         u32 = 0x01;                        /* floppy installed, 2 drives. */
     669        u32 = ((cFDs - 1) << 6) | 0x01;    /* floppy installed, additional drives. */
    670670    else
    671671        u32 = 0x00;                        /* floppy not installed. */
Note: See TracChangeset for help on using the changeset viewer.

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