ArvernOS
|
#include <stdbool.h>
#include <stdint.h>
Data Structures | |
struct | multiboot_tag_t |
struct | multiboot_info_t |
struct | multiboot_tag_string_t |
struct | multiboot_tag_module_t |
struct | multiboot_mmap_entry_t |
struct | multiboot_tag_mmap_t |
struct | multiboot_elf_sections_entry_t |
struct | multiboot_tag_elf_sections_t |
struct | reserved_areas_t |
struct | multiboot_color_t |
struct | multiboot_tag_framebuffer_common_t |
struct | multiboot_tag_framebuffer_t |
Functions | |
void * | multiboot_find (uint16_t type) |
void * multiboot_find | ( | uint16_t | type | ) |
Finds and returns a pointer to a specific "tag" in the multiboot information.
type | the type of the tag to find |
0