1DISKDEFS(5) File formats DISKDEFS(5)
2
3
4
6 diskdefs - CP/M disk and file system format definitions
7
9 The diskdefs file contains CP/M format descriptions, because CP/M in
10 general does not store those in the file system and there are no stan‐
11 dards of any kind.
12
13 A diskdefs file consists of one or more entries of the format:
14
15 diskdef name
16 seclen size
17 tracks count
18 sectrk count
19 blocksize size
20 maxdir count
21 [dirblks count]
22 boottrk number
23 [skew number]
24 [skewtab sector[,sector]...]
25 [os 2.2|3|isx|p2dos|zsys]
26 [offset size]
27 [logicalextents count]
28 [libdsk:format name]
29 end
30
31 skew and skewtab must only be used exclusively.
32
33 Comments are marked with a leading hash or semicolon and extend to the
34 end of the line.
35
36 It is possible to reserve space after the directory beyond maxdir using
37 an inflated DPB ALV0. If the format makes use of that, dirblks must be
38 set.
39
41 cpm(5)
42
43
44
45CP/M tools Jan 22, 2021 DISKDEFS(5)