Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for XDF disk format #4840

Merged
merged 3 commits into from
Feb 23, 2024

Conversation

maron2000
Copy link
Contributor

PC-DOS 7.0 & 2000 is distributed using XDF image.
This PR enables mounting XDF images directly on DOSBox-X.

xdf

Fixes #1465

src/ints/bios_disk.cpp Outdated Show resolved Hide resolved
rderooy pushed a commit to dosbox-staging/dosbox-staging that referenced this pull request Feb 23, 2024
The IBM Extended Density Format (XDF) was used by IBM for software
distribution on 5.25 and 3.5" media. XDF image files were often provided
by IBM on CD-ROM, bulletin boards and FTP sites. Examples of software
distributed in this fahsion includes PC-DOS 7, PC DOS 2000 and OS/2 Warp.

Credit for the patch goes to @maron2000

Imported-from: joncampbell123/dosbox-x#4840
Signed-off-by: Robert de Rooy <17701098+rderooy@users.noreply.github.com>
@joncampbell123 joncampbell123 merged commit ae448a0 into joncampbell123:master Feb 23, 2024
19 checks passed
johnnovak pushed a commit to dosbox-staging/dosbox-staging that referenced this pull request Feb 23, 2024
The IBM Extended Density Format (XDF) was used by IBM for software
distribution on 5.25 and 3.5" media. XDF image files were often provided
by IBM on CD-ROM, bulletin boards and FTP sites. Examples of software
distributed in this fahsion includes PC-DOS 7, PC DOS 2000 and OS/2 Warp.

Credit for the patch goes to @maron2000

Imported-from: joncampbell123/dosbox-x#4840
Signed-off-by: Robert de Rooy <17701098+rderooy@users.noreply.github.com>
@maron2000 maron2000 deleted the fix_hdifdi branch June 18, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for XDF disk format
3 participants