Searched defs:bootsector33 (Results 1 – 1 of 1) sorted by relevance
26 struct bootsector33 { struct27 uint8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */28 int8_t bsOemName[8]; /* OEM name and version */29 int8_t bsBPB[19]; /* BIOS parameter block */30 int8_t bsDriveNumber; /* drive number (0x80) */31 int8_t bsBootCode[479]; /* pad so struct is 512b */32 uint8_t bsBootSectSig0;33 uint8_t bsBootSectSig1;