Home
last modified time | relevance | path

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

/openbsd/src/sys/msdosfs/
Dbootsect.h25 struct bootsector33 { struct
26 u_int8_t bsJump[3]; /* jump inst E9xxxx or EBxx90 */
27 int8_t bsOemName[8]; /* OEM name and version */
28 int8_t bsBPB[19]; /* BIOS parameter block */
29 int8_t bsDriveNumber; /* drive number (0x80) */
30 int8_t bsBootCode[479]; /* pad so struct is 512b */
31 u_int8_t bsBootSectSig0;
32 u_int8_t bsBootSectSig1;