Lines Matching defs:Dosboot
347 typedef struct Dosboot Dosboot; typedef
348 struct Dosboot{ struct
349 uchar magic[3]; /* really an xx86 JMP instruction */
350 uchar version[8];
351 uchar sectsize[2];
352 uchar clustsize;
353 uchar nresrv[2];
354 uchar nfats;
355 uchar rootsize[2];
356 uchar volsize[2];
357 uchar mediadesc;
358 uchar fatsize[2];
359 uchar trksize[2];
360 uchar nheads[2];
361 uchar nhidden[4];
362 uchar bigvolsize[4];
363 uchar driveno;
364 uchar reserved0;
365 uchar bootsig;
366 uchar volid[4];
367 uchar label[11];
368 uchar type[8];