Searched defs:rs6000_boot_record (Results 1 – 1 of 1) sorted by relevance
11 typedef struct rs6000_boot_record { struct12 uint32_t ipl_record; /* always IPLRECID */13 char pad1[20];14 uint32_t formatted_cap; /* sectors in the disk */15 char floppy_last_head; /* nrof heads -1 */16 char floppy_last_sec;/* sectors per track starting at 1 */17 char pad2[6];18 uint32_t bootcode_len; /* in sectors, 0 means no boot code */19 uint32_t bootcode_off; /* 0 if no bootcode, or byte offset to21 uint32_t bootpart_start; /* sec num of boot partition */[all …]