Lines Matching defs:Dosboot
237 typedef struct Dosboot Dosboot; typedef
238 struct Dosboot{ struct
239 uchar magic[3]; /* really an xx86 JMP instruction */
240 uchar version[8];
241 uchar sectsize[2];
242 uchar clustsize;
243 uchar nresrv[2];
244 uchar nfats;
245 uchar rootsize[2];
246 uchar volsize[2];
247 uchar mediadesc;
248 uchar fatsize[2];
249 uchar trksize[2];
250 uchar nheads[2];
251 uchar nhidden[4];
252 uchar bigvolsize[4];
253 uchar driveno;
254 uchar reserved0;
255 uchar bootsig;
256 uchar volid[4];
257 uchar label[11];
258 uchar type[8];