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

An entry in the memory map containing information about a region of memory. More...

#include <multiboot.h>

Public Attributes

multiboot_uint64_t addr
 The starting address of the memory region.
 
multiboot_uint64_t len
 The length of the memory region.
 
multiboot_uint32_t type
 The type of memory region.
 
multiboot_uint32_t zero
 Must be zero.
 

Detailed Description

An entry in the memory map containing information about a region of memory.

Definition at line 222 of file multiboot.h.

Member Data Documentation

◆ addr

multiboot_uint64_t multiboot_mmap_entry::addr

◆ len

multiboot_uint64_t multiboot_mmap_entry::len

◆ type

multiboot_uint32_t multiboot_mmap_entry::type

The type of memory region.

Definition at line 225 of file multiboot.h.

◆ zero

multiboot_uint32_t multiboot_mmap_entry::zero

Must be zero.

Definition at line 226 of file multiboot.h.


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