We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to convert any raw 1.44MB DOS image to ipf, a 17KB file is created that contains no data. For example:
Take a FreeDOS disk image from: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-FloppyEdition.zip
And try to convert with the command:
hxcfe.exe -finput:x86BOOT.img -foutput:x86BOOT.ipf -conv:SPS_IPF
An empty ipf file is created.
The text was updated successfully, but these errors were encountered:
Yes i confirm that the IPF writer is currently very far to be finished.
Sorry, something went wrong.
Related code source : https://github.com/jfdelnero/HxCFloppyEmulator/blob/main/libhxcfe/sources/loaders/ipf_loader/ipf_writer.c
No branches or pull requests
When I try to convert any raw 1.44MB DOS image to ipf, a 17KB file is created that contains no data.
For example:
Take a FreeDOS disk image from: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.3/official/FD13-FloppyEdition.zip
And try to convert with the command:
hxcfe.exe -finput:x86BOOT.img -foutput:x86BOOT.ipf -conv:SPS_IPF
An empty ipf file is created.
The text was updated successfully, but these errors were encountered: