DSK (Oric)
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with "{{FormatInfo |formattype=electronic |subcat=Disk Image Formats |extensions={{ext|dsk}} }} '''DSK''' is a floppy disk image format assocated with the Oric 8-bit home computer s...") | m (→Sample files) | ||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
| |extensions={{ext|dsk}} | |extensions={{ext|dsk}} | ||
| }} | }} | ||
| − | '''DSK''' is a floppy disk image format  | + | '''DSK''' is a floppy disk image format associated with the Oric 8-bit home computer system. | 
| + | |||
| + | See also [[TAP (Oric)]]. | ||
| == Identification == | == Identification == | ||
| Line 15: | Line 17: | ||
| == Software == | == Software == | ||
| − | * [https://github.com/teiram/oric-dsk-manager oric-dsk-manager] (Java software) | + | * [https://github.com/teiram/oric-dsk-manager oric-dsk-manager] (Java software) - See also [[oric-dsk-manager exported file]]. | 
| == Sample files == | == Sample files == | ||
| * http://oric-soft.bedroomlan.org/files/DISKS/ | * http://oric-soft.bedroomlan.org/files/DISKS/ | ||
| * https://github.com/teiram/oric-dsk-manager/tree/master/src/test/resources | * https://github.com/teiram/oric-dsk-manager/tree/master/src/test/resources | ||
| + | * {{DexvertSamples|archive/oricDisk}} | ||
| == Links == | == Links == | ||
| * [[Wikipedia: Oric]] | * [[Wikipedia: Oric]] | ||
| + | |||
| + | [[Category:Oric]] | ||
Latest revision as of 19:27, 16 February 2024
DSK is a floppy disk image format associated with the Oric 8-bit home computer system.
See also TAP (Oric).
| Contents | 
[edit] Identification
"Old" DSK format files start with ASCII "ORICDISK".
"New" DSK format files start with ASCII "MFM_DISK".
[edit] Specifications
[edit] Software
- oric-dsk-manager (Java software) - See also oric-dsk-manager exported file.
[edit] Sample files
- http://oric-soft.bedroomlan.org/files/DISKS/
- https://github.com/teiram/oric-dsk-manager/tree/master/src/test/resources
- dexvert samples — archive/oricDisk

