aboutsummaryrefslogtreecommitdiff
path: root/src/gdt.h
diff options
context:
space:
mode:
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)