Searched defs:Dosboot (Results 1 – 6 of 6) sorted by relevance
237 typedef struct Dosboot Dosboot; typedef238 struct Dosboot{ struct239 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];[all …]
347 typedef struct Dosboot Dosboot; typedef348 struct Dosboot{ struct349 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];[all …]
1 typedef struct Dosboot Dosboot; typedef68 typedef struct Dosboot Dosboot; typedef71 struct Dosboot{ struct72 uchar magic[3];73 uchar version[8];74 uchar sectsize[2];75 uchar clustsize;76 uchar nresrv[2];77 uchar nfats;78 uchar rootsize[2];[all …]
32 typedef struct Dosboot Dosboot; typedef33 struct Dosboot{ struct34 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];[all …]
1 typedef struct Dosboot Dosboot; typedef41 struct Dosboot{ struct55 uchar bigvolsize[4]; /* same as Dosboot32 up to here */ argument73 struct Dosboot32{ argument
1 typedef struct Dosboot Dosboot; typedef