|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <stivale2.h>
Data Fields | |
| struct stivale2_tag | tag |
| uint64_t | address |
| uint16_t | unused |
| uint16_t | rows |
| uint16_t | cols |
| uint16_t | bytes_per_char |
Definition at line 208 of file stivale2.h.
| uint64_t stivale2_struct_tag_textmode::address |
Definition at line 210 of file stivale2.h.
| uint16_t stivale2_struct_tag_textmode::bytes_per_char |
Definition at line 214 of file stivale2.h.
| uint16_t stivale2_struct_tag_textmode::cols |
Definition at line 213 of file stivale2.h.
| uint16_t stivale2_struct_tag_textmode::rows |
Definition at line 212 of file stivale2.h.
| struct stivale2_tag stivale2_struct_tag_textmode::tag |
Definition at line 209 of file stivale2.h.
| uint16_t stivale2_struct_tag_textmode::unused |
Definition at line 211 of file stivale2.h.