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

420k MaxiForm disks #755

Open
redswoop opened this issue Jun 9, 2024 · 1 comment
Open

420k MaxiForm disks #755

redswoop opened this issue Jun 9, 2024 · 1 comment

Comments

@redswoop
Copy link

redswoop commented Jun 9, 2024

When I was a kid, I thought I'd be clever and use this tool to format my disks:

https://www.herne.com/disks.htm

Unforch, nothing knows how to read these natively. Is there a way to teach Fluxengine about these?

@davidgiven
Copy link
Owner

Hello!

Yes, these would be trivial to support. Easiest thing to do is to try reading them with the ibm auto format and see what comes out, although you'll have to override the track range for the two extra tracks. Be aware that track 42 is quite a lot beyond the limit of what's normally readable and you may need to hunt around for a drive which supports it.

Eventually it'd be nice to add the MaxiForm formats to the ibm format. If you look at src/formats/ibm.textpb (https://github.com/davidgiven/fluxengine/blob/master/src/formats/ibm.textpb) and look at the options section at the bottom, you should be able to see how the formats are defined. From the command line you can just specify the path to a textpb file in place of a format and it'll use the configuration in that file instead of a built-in one.

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

No branches or pull requests

2 participants