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

A tag specifying the VESA framebuffer settings. More...

#include <multiboot.h>

Public Attributes

multiboot_uint16_t type
 *copydoc multiboot_header_tag::type
 
multiboot_uint16_t flags
 *copydoc multiboot_header_tag::flags
 
multiboot_uint32_t size
 *copydoc multiboot_header_tag::size
 
multiboot_uint32_t width
 The width of the framebuffer in pixels.
 
multiboot_uint32_t height
 The height of the framebuffer in pixels.
 
multiboot_uint32_t depth
 The depth of the framebuffer in bits per pixel.
 

Detailed Description

A tag specifying the VESA framebuffer settings.

Definition at line 169 of file multiboot.h.

Member Data Documentation

◆ depth

multiboot_uint32_t multiboot_header_tag_framebuffer::depth

The depth of the framebuffer in bits per pixel.

Definition at line 175 of file multiboot.h.

◆ flags

multiboot_uint16_t multiboot_header_tag_framebuffer::flags

*copydoc multiboot_header_tag::flags

Definition at line 171 of file multiboot.h.

◆ height

multiboot_uint32_t multiboot_header_tag_framebuffer::height

The height of the framebuffer in pixels.

Definition at line 174 of file multiboot.h.

◆ size

multiboot_uint32_t multiboot_header_tag_framebuffer::size

*copydoc multiboot_header_tag::size

Definition at line 172 of file multiboot.h.

◆ type

multiboot_uint16_t multiboot_header_tag_framebuffer::type

*copydoc multiboot_header_tag::type

Definition at line 170 of file multiboot.h.

◆ width

multiboot_uint32_t multiboot_header_tag_framebuffer::width

The width of the framebuffer in pixels.

Definition at line 173 of file multiboot.h.


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