VirtualBox

Changeset 103227 in vbox


Ignore:
Timestamp:
Feb 6, 2024 2:19:55 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161497
Message:

Storage/RAW.cpp: 63.5MB floppy support (validation kit boot sector testcases). bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/RAW.cpp

    r98103 r103227  
    9292#define RAW_FILL_SIZE (128 * _1K)
    9393
     94#if 1
     95/** The maximum reasonable size of a floppy image - (fake 63.5MB valkit floppies). */
     96# define RAW_MAX_FLOPPY_IMG_SIZE (255 * 2 * 255 * 512)
     97#else
    9498/** The maximum reasonable size of a floppy image (big format 2.88MB medium). */
    95 #define RAW_MAX_FLOPPY_IMG_SIZE (512 * 82 * 48 * 2)
     99# define RAW_MAX_FLOPPY_IMG_SIZE (512 * 82 * 48 * 2)
     100#endif
    96101
    97102
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