aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2025-02-27 13:12:06 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2025-02-27 13:12:06 +0000
commit56ee767e37cdccae333b292f2fd4c7b2123a7108 (patch)
treee39d6300ef0204fda773e01c391f99ed860f4828 /arch/x86_64/include
parent2f7db60472629dbd191c00e6010d120a046f5ab9 (diff)
downloadteachos-56ee767e37cdccae333b292f2fd4c7b2123a7108.tar.xz
teachos-56ee767e37cdccae333b292f2fd4c7b2123a7108.zip
add comment
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp b/arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp
index ced0d89..8428dfa 100644
--- a/arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp
+++ b/arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp
@@ -9,6 +9,11 @@
namespace teachos::arch::context_switching::descriptor_table
{
+
+ /*
+ TODO: Lookup segment_descriptor in intel manual chapter 3.4.5
+ */
+
struct segment_descriptor
{
/**