06-23-2024, 07:08 AM
I want to make a CP/M boot disk for my CompuStar/SuperBrain II QD computer. I downloaded the raw boot disk image (.img) and confirmed it's valid using a utility called "mmcpm".
The 5.25" disk drives for this computer model (QD) has the following characteristics:
From the sources I found online, it seems the computer uses MFM.
I wrote the disk image using the SCP program on a DSDD 5.25" disk but it failed to boot the computer (it was not readable). Any help please on how to configure the SCP to correctly write the image?
Thank you!
The 5.25" disk drives for this computer model (QD) has the following characteristics:
Code:
TRACKSĀ 35
SECTOR_SIZE 512
SECTORS_PER_TRACK 10
SIDES 2 /*double sided*/
BYTES_PER_SIDE 179200
ALLOCATION_BLOCK_SIZE 2048
SECTOR_SKEW 2
SIDE_INTERLEAVE 0
SYSTEM_TRACKS 2
DIRECTORY_SIZE 2048
ONES_COMPLIMENT 1
BUFFER_SIZE 2000000
From the sources I found online, it seems the computer uses MFM.
I wrote the disk image using the SCP program on a DSDD 5.25" disk but it failed to boot the computer (it was not readable). Any help please on how to configure the SCP to correctly write the image?
Thank you!