Add imagereader offset and step modes, and hardware forty-track modes. Not sure

this is the right way to do it.
This commit is contained in:
David Given
2021-04-21 00:41:36 +02:00
parent 4ad6805ea1
commit bf8f6ae687
7 changed files with 71 additions and 10 deletions

View File

@@ -104,6 +104,11 @@ exact format varies according to the extension:
geometry will be autodetected if left unspecified. For input files you
normally have to specify it.
If one image track does not map directly onto on physical track, you can
change this with `:o=1:t=2`: `o` specifies the offset, and `t` specifies
the step. So, with this format, cylinder 1 in the image will be written to
track 3 on the disk.
- `.ldbs`: John Elliott's [LDBS disk image
format](http://www.seasip.info/Unix/LibDsk/ldbs.html), which is
consumable by the [libdsk](http://www.seasip.info/Unix/LibDsk/) suite of