Clarify type of cmd_line_ptr

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-12 22:16:33 +01:00
parent cdab631686
commit 14dacc815a

View file

@ -124,7 +124,7 @@ struct linux_kernel_header
grub_uint32_t bootsect_kludge; /* obsolete */ grub_uint32_t bootsect_kludge; /* obsolete */
grub_uint16_t heap_end_ptr; /* Free memory after setup end */ grub_uint16_t heap_end_ptr; /* Free memory after setup end */
grub_uint16_t pad1; /* Unused */ grub_uint16_t pad1; /* Unused */
char *cmd_line_ptr; /* Points to the kernel command line */ grub_uint32_t cmd_line_ptr; /* Points to the kernel command line */
grub_uint32_t initrd_addr_max; /* Highest address for initrd */ grub_uint32_t initrd_addr_max; /* Highest address for initrd */
} __attribute__ ((packed)); } __attribute__ ((packed));