diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-27 08:20:21 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-27 08:20:21 +0000 |
| commit | b7a37a1899772e16ce5550c6be3ff9cfd9825fe7 (patch) | |
| tree | 814e3109242b6cff761634e414af50f49ea5aee1 | |
| parent | 20f2a4a3e9b8100544a7b3dd57c5959dc6dc066f (diff) | |
| download | teachos-b7a37a1899772e16ce5550c6be3ff9cfd9825fe7.tar.xz teachos-b7a37a1899772e16ce5550c6be3ff9cfd9825fe7.zip | |
Add inital empty files for GDT
4 files changed, 0 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/context_switching/descriptor_table/access_bytes.hpp b/arch/x86_64/include/arch/context_switching/descriptor_table/access_bytes.hpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/arch/x86_64/include/arch/context_switching/descriptor_table/access_bytes.hpp diff --git a/arch/x86_64/include/arch/context_switching/descriptor_table/gdt_flags.hpp b/arch/x86_64/include/arch/context_switching/descriptor_table/gdt_flags.hpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/arch/x86_64/include/arch/context_switching/descriptor_table/gdt_flags.hpp diff --git a/arch/x86_64/include/arch/context_switching/descriptor_table/global_descriptor_table.hpp b/arch/x86_64/include/arch/context_switching/descriptor_table/global_descriptor_table.hpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/arch/x86_64/include/arch/context_switching/descriptor_table/global_descriptor_table.hpp 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 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/arch/x86_64/include/arch/context_switching/descriptor_table/segment_descriptor.hpp |
