Searched defs:bc_initial (Results 1 – 1 of 1) sorted by relevance
121 struct bc_initial { struct122 u_int8_t indicator; /* INDICATE_BOOTABLE */123 u_int8_t media; /* BOOTMEDIA_* */124 u_int16_t seg; /* load segment or 0 for default */125 u_int8_t type; /* system type (from part. table) */126 u_int8_t zero;127 u_int16_t sectors;128 u_int32_t startsector;129 u_int8_t zero2[20];