|
multiboot_memory_map_t * | mmap_first_entry (multiboot_info_t *info) |
| Returns the first mmap entry. More...
|
|
multiboot_memory_map_t * | mmap_first_entry_of_type (multiboot_info_t *info, uint32_t type) |
| The first entry of the given type. More...
|
|
multiboot_memory_map_t * | mmap_next_entry (multiboot_info_t *info, multiboot_memory_map_t *entry) |
| Returns the next mmap entry. More...
|
|
multiboot_memory_map_t * | mmap_next_entry_of_type (multiboot_info_t *info, multiboot_memory_map_t *entry, uint32_t type) |
| Returns the next mmap entry of the given type. More...
|
|
char * | mmap_type_name (multiboot_memory_map_t *entry) |
| Returns the type of the entry as string. More...
|
|
multiboot_module_t * | first_module (multiboot_info_t *info) |
| Finds the first module. More...
|
|
multiboot_module_t * | next_module (multiboot_info_t *info, multiboot_module_t *mod) |
| Finds the next module after the one we provide. More...
|
|
void | dump_multiboot (multiboot_info_t *mbi) |
| Prints as debugging output the info regarding the multiboot. More...
|
|