Searched defs:_Boot_file_head (Results 1 – 1 of 1) sorted by relevance
230 typedef struct _Boot_file_head { struct231 __u32 jump_instruction; /* one intruction jumping to real code */232 __u8 magic[8]; /* ="eGON.BT0" */233 __u32 check_sum; /* generated by PC */234 __u32 length; /* generated by PC */235 __u32 pub_head_size; /* the size of boot_file_head_t */236 __u8 pub_head_vsn[4]; /* the version of boot_file_head_t */237 __u32 ret_addr; /* the return value */238 __u32 run_addr; /* run addr */239 __u32 boot_cpu; /* eGON version */[all …]