Searched defs:bootsector50 (Results 1 – 1 of 1) sorted by relevance
48 struct bootsector50 { struct49 uint8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */50 int8_t bsOemName[8]; /* OEM name and version */51 int8_t bsBPB[25]; /* BIOS parameter block */52 int8_t bsExt[26]; /* Bootsector Extension */53 int8_t bsBootCode[448]; /* pad so structure is 512b */54 uint8_t bsBootSectSig0;55 uint8_t bsBootSectSig1;