Searched defs:boot_file_head (Results 1 – 1 of 1) sorted by relevance
28 struct boot_file_head { struct29 uint32_t b_instruction; /* one intruction jumping to real code */30 uint8_t magic[8]; /* ="eGON.BT0" or "eGON.BT1", not C-style str */31 uint32_t check_sum; /* generated by PC */32 uint32_t length; /* generated by PC */49 union {53 uint32_t fel_script_address;77 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument