diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-05-03 09:45:45 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-05-03 09:45:45 +0000 |
| commit | 5a8c9d2f2e4a3d2810f81c35070c6ef0926cfdd1 (patch) | |
| tree | f93079bf5d250e176abbd3db9902f5d22285f6a4 /arch/x86_64/CMakeLists.txt | |
| parent | 4b8674bee6089aef1e2c6b9064c6109f1cd392da (diff) | |
| download | teachos-5a8c9d2f2e4a3d2810f81c35070c6ef0926cfdd1.tar.xz teachos-5a8c9d2f2e4a3d2810f81c35070c6ef0926cfdd1.zip | |
write wrapper function for syscall
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 21dbddd..0b4eafe 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -100,6 +100,8 @@ target_sources("_context" PRIVATE "src/context_switching/segment_descriptor_table/segment_descriptor_base.cpp" "src/context_switching/segment_descriptor_table/segment_descriptor_extension.cpp" "src/context_switching/main.cpp" + "src/context_switching/syscall/main.cpp" + "src/context_switching/syscall/syscall_handler.cpp" "src/context_switching/interrupt_descriptor_table/gate_descriptor.cpp" "src/context_switching/interrupt_descriptor_table/idt_flags.cpp" "src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table_pointer.cpp" |
