mach-kernel / cadius

A maintained fork of BrutalDeluxe's Cadius ProDOS disk imaging utility (used for making Apple II disk images).
GNU General Public License v3.0
31 stars 9 forks source link

Block device support #29

Closed mach-kernel closed 5 months ago

mach-kernel commented 4 years ago

When moving stuff to my IIgs, I would always dd the image off of a CF card, make an edit using CADIUS, and then dd it back. I would like to be able to use block devices directly to avoid doing this.

Changes:

Usage: For each command that takes <[2mg|hdv|po]_image_path>, you may substitute with a path to a block device.

mach-kernel commented 4 years ago

Someone mentioned being able to use multiple ProDOS partitions (in a manner similar to CiderPress), so that is next up on the list of things to do for this PR.