Changeset 59227 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 27, 2015 9:43:45 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r57358 r59227 667 667 */ 668 668 if (cFDs > 0) 669 u32 = 0x01; /* floppy installed, 2drives. */669 u32 = ((cFDs - 1) << 6) | 0x01; /* floppy installed, additional drives. */ 670 670 else 671 671 u32 = 0x00; /* floppy not installed. */
Note:
See TracChangeset
for help on using the changeset viewer.