Searched defs:mboot (Results 1 – 2 of 2) sorted by relevance
146 struct mboot { /* master boot block */ struct147 char bootinst[BOOTSZ];148 uint16_t win_volserno_lo;149 uint16_t win_volserno_hi;150 uint16_t reserved;151 char parts[FD_NUMPART * sizeof (struct ipart)];152 ushort_t signature;
79 struct mboot { struct 85 static struct mboot mboot; variable [all...]