![]() |
Max OS 0.3
|
Common header for framebuffer tags. More...
#include <multiboot.h>
Public Attributes | |
| multiboot_uint32_t | type |
| *copydoc multiboot_tag::type | |
| multiboot_uint32_t | size |
| *copydoc multiboot_tag::size | |
| multiboot_uint64_t | framebuffer_addr |
| The physical address of the framebuffer. | |
| multiboot_uint32_t | framebuffer_pitch |
| The number of bytes per horizontal line. | |
| multiboot_uint32_t | framebuffer_width |
| The width of the framebuffer in pixels. | |
| multiboot_uint32_t | framebuffer_height |
| The height of the framebuffer in pixels. | |
| multiboot_uint8_t | framebuffer_bpp |
| The number of bits per pixel. | |
| multiboot_uint8_t | framebuffer_type |
| The type of framebuffer. | |
| multiboot_uint16_t | reserved |
| 2 bytes reserved | |
Common header for framebuffer tags.
Definition at line 337 of file multiboot.h.
| multiboot_uint64_t multiboot_tag_framebuffer_common::framebuffer_addr |
The physical address of the framebuffer.
Definition at line 341 of file multiboot.h.
| multiboot_uint8_t multiboot_tag_framebuffer_common::framebuffer_bpp |
The number of bits per pixel.
Definition at line 345 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_framebuffer_common::framebuffer_height |
The height of the framebuffer in pixels.
Definition at line 344 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_framebuffer_common::framebuffer_pitch |
The number of bytes per horizontal line.
Definition at line 342 of file multiboot.h.
| multiboot_uint8_t multiboot_tag_framebuffer_common::framebuffer_type |
The type of framebuffer.
Definition at line 346 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_framebuffer_common::framebuffer_width |
The width of the framebuffer in pixels.
Definition at line 343 of file multiboot.h.
| multiboot_uint16_t multiboot_tag_framebuffer_common::reserved |
2 bytes reserved
Definition at line 347 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_framebuffer_common::size |
*copydoc multiboot_tag::size
Definition at line 339 of file multiboot.h.
| multiboot_uint32_t multiboot_tag_framebuffer_common::type |
*copydoc multiboot_tag::type
Definition at line 338 of file multiboot.h.