diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-07 15:42:38 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-07 15:42:38 +0000 |
| commit | 8a23a47425162894141f4eac488fb1f1bb3f7dae (patch) | |
| tree | 0ae77c31c4a404ead867f62f1b8072f082d65ec4 /arch/x86_64/src/kernel/main.cpp | |
| parent | 3a95e601bbcb64fd80d9d5d9bd6e1f6d3c31a89b (diff) | |
| download | teachos-8a23a47425162894141f4eac488fb1f1bb3f7dae.tar.xz teachos-8a23a47425162894141f4eac488fb1f1bb3f7dae.zip | |
Fix naming from jmp to call for Far Call
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index 52799f0..7787f30 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -4,7 +4,6 @@ #include "arch/context_switching/interrupt_descriptor_table/segment_selector.hpp" #include "arch/context_switching/main.hpp" #include "arch/kernel/cpu/if.hpp" -#include "arch/kernel/cpu/jmp.hpp" #include "arch/kernel/cpu/segment_register.hpp" #include "arch/memory/heap/bump_allocator.hpp" #include "arch/memory/heap/global_heap_allocator.hpp" |
