Max OS 0.3
Loading...
Searching...
No Matches
multiboot_tag_mmap Struct Reference

A tag containing the collection of memory map entries that outline the memory layout. 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 entry_size
 The size of each entry.
 
multiboot_uint32_t entry_version
 The version of the entry structure (must be 0)
 
struct multiboot_mmap_entry entries [0]
 The memory map entries.
 

Detailed Description

A tag containing the collection of memory map entries that outline the memory layout.

Definition at line 288 of file multiboot.h.

Member Data Documentation

◆ entries

struct multiboot_mmap_entry multiboot_tag_mmap::entries[0]

◆ entry_size

multiboot_uint32_t multiboot_tag_mmap::entry_size

◆ entry_version

multiboot_uint32_t multiboot_tag_mmap::entry_version

The version of the entry structure (must be 0)

Definition at line 292 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_tag_mmap::size

◆ type

multiboot_uint32_t multiboot_tag_mmap::type

*copydoc multiboot_tag::type

Definition at line 289 of file multiboot.h.


The documentation for this struct was generated from the following file: