![]() |
Max OS 0.3
|
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. | |
A tag specifying the VESA framebuffer settings.
Definition at line 169 of file multiboot.h.
| 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.
| multiboot_uint16_t multiboot_header_tag_framebuffer::flags |
*copydoc multiboot_header_tag::flags
Definition at line 171 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_framebuffer::height |
The height of the framebuffer in pixels.
Definition at line 174 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_framebuffer::size |
*copydoc multiboot_header_tag::size
Definition at line 172 of file multiboot.h.
| multiboot_uint16_t multiboot_header_tag_framebuffer::type |
*copydoc multiboot_header_tag::type
Definition at line 170 of file multiboot.h.
| multiboot_uint32_t multiboot_header_tag_framebuffer::width |
The width of the framebuffer in pixels.
Definition at line 173 of file multiboot.h.