]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-07-01 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 1 Jul 2009 01:04:12 +0000 (01:04 +0000)
committerrobertmh <robertmh@localhost>
Wed, 1 Jul 2009 01:04:12 +0000 (01:04 +0000)
        * include/grub/i386/linux.h (linux_kernel_params): Change `mmap_size'
        type to `grub_uint8_t', and adjust `padding9' accordingly.

ChangeLog
include/grub/i386/linux.h

index 844f603b0c81263f42b565d6049a4e6e422a274b..0053575cb609e8f3b45d5937a3ebedc05c859c88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-01  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * include/grub/i386/linux.h (linux_kernel_params): Change `mmap_size'
+       type to `grub_uint8_t', and adjust `padding9' accordingly.
+
 2009-06-29  Robert Millan  <rmh.grub@aybabtu.com>
 
        * include/grub/i386/linux.h (GRUB_VIDEO_TYPE_TEXT): New macro.
index 641c09016b96036a0a98a335713cc39172a4a182..cf110973e7d77b86308009a2f8124b889ff71b92 100644 (file)
@@ -239,9 +239,9 @@ struct linux_kernel_params
 
   grub_uint8_t padding8[0x1e8 - 0x1e4];
 
-  grub_uint32_t mmap_size;             /* 1e8 */
+  grub_uint8_t mmap_size;              /* 1e8 */
 
-  grub_uint8_t padding9[0x1f1 - 0x1ec];
+  grub_uint8_t padding9[0x1f1 - 0x1e9];
 
   grub_uint8_t setup_sects;            /* The size of the setup in sectors */
   grub_uint16_t root_flags;            /* If the root is mounted readonly */