ArvernOS
Loading...
Searching...
No Matches
multiboot.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for multiboot.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Function Documentation

◆ multiboot_find()

void * multiboot_find ( uint16_t type)

Finds and returns a pointer to a specific "tag" in the multiboot information.

Parameters
typethe type of the tag to find
Returns
a pointer to a multiboot tag structure or 0