aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics/vesa.h
diff options
context:
space:
mode:
authorMarvin Borner2019-11-01 01:42:55 +0100
committerMarvin Borner2019-11-01 01:42:55 +0100
commitc0fc7e35191ca9edf13958e12c4eb79e5c49e21c (patch)
treefc3ff586b53b21a1f2c68d1cd2d12800c9ac97c8 /src/kernel/graphics/vesa.h
parentae3b264c17e25325fb91831494f459bd6b1c4b7a (diff)
Tried implementing better logging system
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r--src/kernel/graphics/vesa.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h
index 3fcef24..8a16516 100644
--- a/src/kernel/graphics/vesa.h
+++ b/src/kernel/graphics/vesa.h
@@ -17,7 +17,7 @@ struct edid_data {
uint8_t max_horizontal_size;
uint8_t max_vertical_size;
uint8_t gamma_factor;
- uint8_t dpms_flags;
+ uint8_t dpms_flags; // power management features
uint8_t chroma_information[10];
uint8_t timings_1;
uint8_t timings_2;
@@ -160,6 +160,7 @@ void vesa_set_color(uint32_t color);
/**
* An enum with vesa colors
+ * From https://github.com/joshdick/onedark.vim/ License: MIT
*/
enum vesa_color {
vesa_black = 0x1d1f24,