diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-02-27 13:12:06 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-02-27 13:12:06 +0000 |
| commit | 56ee767e37cdccae333b292f2fd4c7b2123a7108 (patch) | |
| tree | e39d6300ef0204fda773e01c391f99ed860f4828 /arch/x86_64 | |
| parent | 2f7db60472629dbd191c00e6010d120a046f5ab9 (diff) | |
| download | teachos-56ee767e37cdccae333b292f2fd4c7b2123a7108.tar.xz teachos-56ee767e37cdccae333b292f2fd4c7b2123a7108.zip | |
add comment
Diffstat (limited to 'arch/x86_64')
| -rw-r--r-- | arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp | 5 |
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 { /** |
