Lines Matching defs:Dosboot
32 typedef struct Dosboot Dosboot; typedef
33 struct Dosboot{ struct
34 uchar magic[3]; /* really an x86 JMP instruction */
35 uchar version[8];
36 uchar sectsize[2];
37 uchar clustsize;
38 uchar nresrv[2];
39 uchar nfats;
40 uchar rootsize[2];
41 uchar volsize[2];
42 uchar mediadesc;
43 uchar fatsize[2];
44 uchar trksize[2];
45 uchar nheads[2];
46 uchar nhidden[4];
47 uchar bigvolsize[4];
48 uchar driveno;
49 uchar reserved0;
50 uchar bootsig;
51 uchar volid[4];
52 uchar label[11];
53 uchar type[8];