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