Warning: Bad Behavior DBQueryError A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: CREATE TABLE IF NOT EXISTS `bad_behavior` ( `id` INT(11) NOT NULL auto_increment, `ip` TEXT NOT NULL, `date` DATETIME NOT NULL default '0000-00-00 00:00:00', `request_method` TEXT NOT NULL, `request_uri` TEXT NOT NULL, `server_protocol` TEXT NOT NULL, `http_headers` TEXT NOT NULL, `user_agent` TEXT NOT NULL, `request_entity` TEXT NOT NULL, `key` TEXT NOT NULL, INDEX (`ip`(15)), INDEX (`user_agent`(10)), PRIMARY KEY (`id`) ); Function: DatabaseBase::query Error: 1813 Tablespace for table '`wikidb`.`bad_behavior`' exists. Please DISCARD the tablespace before IMPORT. (localhost) in /home/gryzor/cpcwiki_backup/httpdocs/extensions/bad-behavior/bad-behavior-mediawiki.php on line 84
Difference between revisions of "Disc format" - CPCWiki
Last modified on 30 December 2022, at 18:16

Difference between revisions of "Disc format"

m
m (b360k => 1 side only)
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
 
* [[ROMDOS]] formats (also supported by [[ParaDOS]]: D80 supported by [[S-DOS]] and [[400K/S]])
 
* [[ROMDOS]] formats (also supported by [[ParaDOS]]: D80 supported by [[S-DOS]] and [[400K/S]])
 
* [[Ultraform]]
 
* [[Ultraform]]
* [[Vortex]] (80 tracks, 2 sides, 9 sectors of 512 bytes, 2 reserved tracks, 704 KB; supported by [[FutureOS]] and [[XD-DOS]])
+
* [[Vortex]] (80 tracks, 2 sides, 9 sectors of 512 bytes, 2 reserved tracks, 704 KB; supported by [[FutureOS]], [[ParaDOS]] / [[VaraDOS]], [[VDOS]] and [[X-DDOS]])
 
* [[Xexor]] formats (also supported by [[ParaDOS]])
 
* [[Xexor]] formats (also supported by [[ParaDOS]])
* [[XD-DOS]] (supports 0.7 MB Data-, System- and Vortex- formats)
+
* [[X-DDOS]] (supports 0.7 MB Data-, System- and Vortex- formats)
* [[B360K]] (80 tracks, 2 sides, 9 sectors of 512 bytes)
+
* [[B360K]] (80 tracks, 1 side, 9 sectors of 512 bytes)
 
* etc.??
 
* etc.??
  

Latest revision as of 18:16, 30 December 2022

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