diff options
| author | cc4b05f61e2d8f77114750386c9f9a60 <cc4b05f61e2d8f7@7114750386c9f9a60> | 2023-05-11 14:38:47 +0000 |
|---|---|---|
| committer | cc4b05f61e2d8f77114750386c9f9a60 <cc4b05f61e2d8f7@7114750386c9f9a60> | 2023-05-11 14:38:47 +0000 |
| commit | f5450bfd35a6410528d124f534c2b1a958cafe51 (patch) | |
| tree | a808b12d6ad5343fabdec7b8918df6b4d844e03f /patches/magic | |
| parent | 5ad2bb7a6ac7e97c031908d2439808a00fff6214 (diff) | |
dmsdos-0.9.2.2 addeddmsdos-0.9.2.2
Diffstat (limited to 'patches/magic')
| -rw-r--r-- | patches/magic | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/patches/magic b/patches/magic new file mode 100644 index 0000000..9ee8ebb --- /dev/null +++ b/patches/magic @@ -0,0 +1,16 @@ +#------------------------------------------------------------------------------ +# +# dmsdos: file(1) magic for the CVF formats supported by dmsdos +# + +3 string MSDBL6.0 +>51 byte 0 +>>13 byte 16 Doublespace CVF (version 1) +>>13 byte 64 Drivespace 3 CVF +>51 byte 2 Drivespace CVF (version 2) +3 string MSDSP6.0 +>51 byte 0 +>>13 byte 16 Doublespace CVF (version 1) +>>13 byte 64 Drivespace 3 CVF +>51 byte 2 Drivespace CVF (version 2) +0 string STACKER Stacker CVF |
