ApriDisk
From Just Solve the File Format Problem
(Difference between revisions)
m (→Sample files) |
|||
| Line 4: | Line 4: | ||
|extensions={{ext|dsk}} | |extensions={{ext|dsk}} | ||
}} | }} | ||
| − | ''' | + | '''APRIDISK''' is a disk imaging utility and format for the type of floppy disks used by ACT Apricot (a.k.a. Apricot PC) computers. It was developed by Jonathan Marsters. |
| + | |||
| + | APRIDISK runs on DOS. It presumably does not run on the Apricot computers that it targets. ACT Apricot and MS-DOS floppy disks formats are similar, but not fully compatible. APRIDISK apparently also supports some MS-DOS floppy disk formats. | ||
| + | |||
| + | == Identification == | ||
| + | A disk image file starts with ASCII "{{magic|ACT Apricot disk image}}", followed by bytes {{magic|1a 04}}. | ||
== Software == | == Software == | ||
| − | * [ | + | * [https://actapricot.org/support/apricot_apridisk.html APRIDISK] |
| − | * [ | + | * [https://www.seasip.info/Unix/LibDsk/ LIBDSK] |
== Sample files == | == Sample files == | ||
* {{DexvertSamples|archive/apriDisk}} | * {{DexvertSamples|archive/apriDisk}} | ||
| − | * | + | * https://actapricot.org/disks/aprid5ks.htm |
== Links == | == Links == | ||
* [https://fossies.org/linux/libdsk/doc/apridisk.html ApriDisk file format] | * [https://fossies.org/linux/libdsk/doc/apridisk.html ApriDisk file format] | ||
| + | |||
| + | == Further reading == | ||
| + | * [https://en.wikipedia.org/wiki/Apricot_PC Wikipedia: Apricot PC] | ||
Revision as of 13:46, 9 May 2026
APRIDISK is a disk imaging utility and format for the type of floppy disks used by ACT Apricot (a.k.a. Apricot PC) computers. It was developed by Jonathan Marsters.
APRIDISK runs on DOS. It presumably does not run on the Apricot computers that it targets. ACT Apricot and MS-DOS floppy disks formats are similar, but not fully compatible. APRIDISK apparently also supports some MS-DOS floppy disk formats.
Contents |
Identification
A disk image file starts with ASCII "ACT Apricot disk image", followed by bytes 1a 04.