2009-07-05 Pavel Roskin <proski@gnu.org>

* include/grub/i386/linux.h (struct linux_kernel_params):
	Restore padding3, it's still needed.
This commit is contained in:
proski 2009-07-06 02:10:57 +00:00
parent 46eeb6a264
commit bab7495862
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-07-05 Pavel Roskin <proski@gnu.org>
* include/grub/i386/linux.h (struct linux_kernel_params):
Restore padding3, it's still needed.
* util/grub.d/10_freebsd.in: Fix spelling of `device.hints' on
FreeBSD.
* util/osdetect.lua: Likewise.

View File

@ -176,6 +176,8 @@ struct linux_kernel_params
grub_uint16_t vesa_attrib; /* 34 */
grub_uint32_t capabilities; /* 36 */
grub_uint8_t padding3[0x40 - 0x3a];
grub_uint16_t apm_version; /* 40 */
grub_uint16_t apm_code_segment; /* 42 */
grub_uint32_t apm_entry; /* 44 */