mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Display &elf->sections too
This commit is contained in:
parent
fea5485958
commit
1a3bdbb843
@ -244,8 +244,8 @@ EXTERNC void Multiboot2Entry()
|
|||||||
case MULTIBOOT_TAG_TYPE_ELF_SECTIONS:
|
case MULTIBOOT_TAG_TYPE_ELF_SECTIONS:
|
||||||
{
|
{
|
||||||
multiboot_tag_elf_sections *elf = (multiboot_tag_elf_sections *)Tag;
|
multiboot_tag_elf_sections *elf = (multiboot_tag_elf_sections *)Tag;
|
||||||
fixme("elf_sections->[num=%d, size=%d, entsize=%d, shndx=%d]",
|
fixme("elf_sections->[sections=%#lx num=%d, size=%d, entsize=%d, shndx=%d]",
|
||||||
elf->num, elf->size, elf->entsize, elf->shndx);
|
&elf->sections, elf->num, elf->size, elf->entsize, elf->shndx);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case MULTIBOOT_TAG_TYPE_APM:
|
case MULTIBOOT_TAG_TYPE_APM:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user