Multiboot woes
Posted: Fri Jun 23, 2006 2:08 pm
GRUB and multiboot are causing me yet more trouble. Ok, firstly the multiboot header is somehow invalid, and mbchk is being evil and refusing to work. This means, not only is an invalid magic value being passed to the kernel (0x2BAD0010), but also the flags value in the multitboot data structure is set to 0xFFFFFFFF. Finally make is throwing errors about multitboot.h, which contains the definitions for the structures.
I get that series of errors for: aout_symbol_table, elf_section_header_table, multiboot_info, module and memory_map structures.
Thanks for any help in advance
Code: Select all
error: redefinition of 'struct multiboot_header'
error: redefinition of typedef 'multiboot_header_t'
error: previous declaration of 'multiboot_header_t' was here
Thanks for any help in advance