![]() |
Max OS 0.3
|
A tag containing information about the ELF sections of the OS image. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint32_t | type |
| *copydoc multiboot_tag::type | |
| multiboot_uint32_t | size |
| *copydoc multiboot_tag::size | |
| multiboot_uint32_t | num |
| The number of section headers. | |
| multiboot_uint32_t | entsize |
| The size of each section header. | |
| multiboot_uint32_t | shndx |
| The section header string table index. | |
| char | sections [0] |
| The section headers. | |
A tag containing information about the ELF sections of the OS image.
Definition at line 379 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_elf_sections::entsize |
The size of each section header.
Definition at line 383 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_elf_sections::num |
The number of section headers.
Definition at line 382 of file multiboot.h.
| char multiboot_tag_elf_sections::sections[0] |
The section headers.
Definition at line 385 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_elf_sections::shndx |
The section header string table index.
Definition at line 384 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_elf_sections::size |
*copydoc multiboot_tag::size
Definition at line 381 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_elf_sections::type |
*copydoc multiboot_tag::type
Definition at line 380 of file multiboot.h.