-
Notifications
You must be signed in to change notification settings - Fork 20
/
diskdefs.5.in
40 lines (40 loc) · 1.14 KB
/
diskdefs.5.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.\" Believe it or not, reportedly there are nroffs which do not know \(en
.if n .ds en -
.if t .ds en \(en
.TH DISKDEFS 5 "@UPDATED@" "CP/M tools" "File formats"
.SH NAME \"{{{roff}}}\"{{{
diskdefs \- CP/M disk and file system format definitions
.\"}}}
.SH DESCRIPTION \"{{{
The diskdefs file contains CP/M format descriptions,
because CP/M in general does not store those in the file system and there are
no standards of any kind.
.PP
A diskdefs file consists of one or more entries of the format:
.PP
.nf
.RS
\fBdiskdef\fP \fIname\fP
\fBseclen\fP \fIsize\fP
\fBtracks\fP \fIcount\fP
\fBsectrk\fP \fIcount\fP
\fBblocksize\fP \fIsize\fP
\fBmaxdir\fP \fIcount\fP
\fBboottrk\fP \fInumber\fP
[\fBskew\fP \fInumber\fP]
[\fBskewtab\fP \fIsector\fP[\fB,\fP\fIsector\fP]...]
[\fBos\fP \fB2.2\fP|\fB3\fP|\fBisx\fP|\fBp2dos\fP|\fBzsys\fP]
[\fBoffset\fP \fIsize\fP]
[\fBlogicalextents\fP \fIcount\fP]
[\fBlibdsk:format\fP \fIname\fP]
\fBend\fP
.RE
.fi
.PP
\fBskew\fP and \fBskewtab\fP must only be used exclusively.
.PP
Comments are marked with a leading hash or semicolon and extend to the end of the line.
.\"}}}
.SH "SEE ALSO" \"{{{
.IR cpm (5)
.\"}}}