2007-11-18 Christian Franke <franke@computer.org>
* include/grub/i386/pc/init.h (struct grub_machine_mmap_entry): Add attribute packed, gcc 3.4.4 on Cygwin aligns this to 64 bit boundary by default.
This commit is contained in:
parent
2f8ad34aee
commit
398cd047ab
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-11-18 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
|
* include/grub/i386/pc/init.h (struct grub_machine_mmap_entry):
|
||||||
|
Add attribute packed, gcc 3.4.4 on Cygwin aligns this
|
||||||
|
to 64 bit boundary by default.
|
||||||
|
|
||||||
2007-11-18 Bean <bean123ch@gmail.com>
|
2007-11-18 Bean <bean123ch@gmail.com>
|
||||||
|
|
||||||
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
|
* conf/common.rmk (pkgdata_MODULES): Add hexdump.mod.
|
||||||
|
|
|
@ -39,7 +39,7 @@ struct grub_machine_mmap_entry
|
||||||
grub_uint64_t addr;
|
grub_uint64_t addr;
|
||||||
grub_uint64_t len;
|
grub_uint64_t len;
|
||||||
grub_uint32_t type;
|
grub_uint32_t type;
|
||||||
};
|
} __attribute__((packed));
|
||||||
|
|
||||||
/* Get a memory map entry. Return next continuation value. Zero means
|
/* Get a memory map entry. Return next continuation value. Zero means
|
||||||
the end. */
|
the end. */
|
||||||
|
|
Loading…
Reference in a new issue