boot_param_header
struct boot_param_header;
struct boot_param_header *hdr;
sizeof(struct boot_param_header), 4);
struct boot_param_header *hdr;
hdr = (struct boot_param_header *)mem_start;
mem_end += sizeof(struct boot_param_header);