Difference between revisions of "Disc format"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Third-party CPC disc formats)
Line 25: Line 25:
 
== References ==
 
== References ==
  
* http://www.seasip.demon.co.uk/Cpm/amsform.html
+
* http://www.seasip.info/Cpm/amsform.html
 
* http://www.wacci.org.uk/magazine/138/138_08.html
 
* http://www.wacci.org.uk/magazine/138/138_08.html
 
* http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
 
* http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx

Revision as of 12:52, 21 February 2019

CPCs could read discs formatted in three separate ways. Several high-capacity disc operating systems existed to add new formats to the three standard ones.

Standard CPC disc formats

  • Data: 180k single-sided. 40 tracks of nine 512-byte sectors each. Sectors numbered &C1 to &C9. 64 directory entries. Can also be read by PCWs. The useable capacity is 178k.
  • System: 180k single-sided. 40 tracks of nine 512-byte sectors each. Sectors numbered &41 to &49. 64 directory entries. Two reserved tracks containing CP/M BIOS. The useable capacity is 169k.
  • IBM: 160k single-sided. 40 tracks of eight 512-byte sectors each. Sectors numbered &01 to &08. Provided for compatibility with CP/M-86 (and DR-DOS 1.0). Used by very few CPC purchasers, but Locomotive Software stated that this was invaluable for cross-assembly. The useable capacity is 158k.
  • Vendor: Term used for System format discs with no software in the reserved tracks. The useable capacity is 169k.

All these disc formats use a CP/M based filesystem.

Third-party CPC disc formats

References