Imagedisk

From TheRetroWagon
Revision as of 02:17, 29 August 2018 by Jeffa (talk | contribs) (Add syntax. Rough done.)
Jump to: navigation, search

These are my notes on how I use Imagedisk

See Daves Old Computers - Disk/Software Image Archive Dave Dunfield's ImageDisk official site


Goal

To create boot media for an Imsai with FIF FDC set with Imsai CalComp floppy disk drive subsystem.

I'll use an Imsai .DSK image from Z80Pack FTP Imsai section

Imagedisk bin2imd should create a .IMD from the raw .DSK

Syntax

IMD

  
imd 8ssdd.cmd
C=77

.CMD File

  
; jha 8/20/2018 8SSDD.CMD
; options for imagedisk.
; Eight inch 
;
S=1
DS=0
/A
C=77

BIN2IMD

  
BIN2IMD drivea.dsk fifcpm2.imd N=77 DM=0 SS=128 SM=1-26 /1 /C


ImageDisk Resources