Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/stand/mkbootimage/
H A Drs6000_bootrec.h11 typedef struct rs6000_boot_record { struct
12 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 to
21 uint32_t bootpart_start; /* sec num of boot partition */
[all …]