09-17-2019, 11:22 AM
Yes. You should use:
man_Other | <disk size>
Example:
DiskType = 0x80 | 0x00
This would be "Other" with a disk size of 360K
The disk type is just a reference for displaying something about the disk. The internal structure (tracks/heads) should be used for handling the flux data.
man_Other | <disk size>
Example:
DiskType = 0x80 | 0x00
This would be "Other" with a disk size of 360K
The disk type is just a reference for displaying something about the disk. The internal structure (tracks/heads) should be used for handling the flux data.