Re: multiboot_mmap_entry.zero isn't zero

2016-02-23 Thread Wink Saville
MEMORY_RESERVED 2 >> #define MULTIBOOT_MEMORY_ACPI_RECLAIMABLE 3 >> #define MULTIBOOT_MEMORY_NVS4 >> #define MULTIBOOT_MEMORY_BADRAM 5 >> multiboot_uint32_t type; >> } GRUB_PACKED; >> typedef struct multiboot_mmap_entry multiboot_memo

Re: multiboot_mmap_entry.zero isn't zero

2016-02-22 Thread Andrei Borzenkov
ot_uint32_t type; > } GRUB_PACKED; > typedef struct multiboot_mmap_entry multiboot_memory_map_t; > > > On Sat, Feb 13, 2016 at 11:12 PM, Andrei Borzenkov > wrote: >> 14.02.2016 00:20, Wink Saville пишет: >>> I'm processing multiboot_tag_mmap and the multib

Re: multiboot_mmap_entry.zero isn't zero

2016-02-14 Thread Wink Saville
ADRAM 5 multiboot_uint32_t type; } GRUB_PACKED; typedef struct multiboot_mmap_entry multiboot_memory_map_t; On Sat, Feb 13, 2016 at 11:12 PM, Andrei Borzenkov wrote: > 14.02.2016 00:20, Wink Saville пишет: >> I'm processing multiboot_tag_mmap and the multiboot_mmap_entry.zero >

Re: multiboot_mmap_entry.zero isn't zero

2016-02-13 Thread Andrei Borzenkov
14.02.2016 00:20, Wink Saville пишет: > I'm processing multiboot_tag_mmap and the multiboot_mmap_entry.zero > isn't zero. As best as I can tell grub isn't initializing it. Here is > the code from grub-core/loader/i386/multiboot_mbi.c: > > /* Helper for grub_fill_mu

multiboot_mmap_entry.zero isn't zero

2016-02-13 Thread Wink Saville
I'm processing multiboot_tag_mmap and the multiboot_mmap_entry.zero isn't zero. As best as I can tell grub isn't initializing it. Here is the code from grub-core/loader/i386/multiboot_mbi.c: /* Helper for grub_fill_multiboot_mmap. */ static int grub_fill_multiboot_mmap_iter (gru