aboutsummaryrefslogtreecommitdiff
path: root/src/gdt.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-02-10 22:53:50 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-02-10 22:53:50 +0200
commit6f54758123abe9f137922df1e8d7e33835e9a9f2 (patch)
treee21b553a826c7ae67cc4b41ffde921e39ed4022b /src/gdt.h
parentAdd some compiler warnings (diff)
downloadkernel.cpp-6f54758123abe9f137922df1e8d7e33835e9a9f2.tar.xz
Update VGA cursor position on printk
Diffstat (limited to 'src/gdt.h')
-rw-r--r--src/gdt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gdt.h b/src/gdt.h
index 274cb6a..a86a14f 100644
--- a/src/gdt.h
+++ b/src/gdt.h
@@ -2,7 +2,11 @@
#include <types.h>
-/* From OSDev wiki:
+/*
+ * http://lowlevel.eu/wiki/Global_Descriptor_Table
+ * https://wiki.osdev.org/GDT_Tutorial
+ *
+ * From OSDev wiki:
*
* Segment
* a logically contiguous chunk of memory with consistent properties (CPU's speaking)