Home
last modified time | relevance | path

Searched defs:bootsector50 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/fs/msdosfs/
H A Dbootsect.h48 struct bootsector50 { struct
49 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;