diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 11:20:02 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2025-04-27 11:20:02 +0000 |
| commit | 7261c64bb236a313ed8846a9c9dbded6890a9e98 (patch) | |
| tree | 3f43ab7d1e87025dd622bbc9cd56aad5d37a2f78 /arch/x86_64/CMakeLists.txt | |
| parent | c865eff02ae1978b4f665432d853374d1ffacecf (diff) | |
| download | teachos-7261c64bb236a313ed8846a9c9dbded6890a9e98.tar.xz teachos-7261c64bb236a313ed8846a9c9dbded6890a9e98.zip | |
wip implement syscall in cpp
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 71b1946..d5fb913 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -105,6 +105,7 @@ target_sources("_context" PRIVATE "src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.cpp" "src/context_switching/interrupt_descriptor_table/ist_offset.cpp" "src/context_switching/interrupt_descriptor_table/segment_selector.cpp" + "src/context_switching/syscall_handler.cpp" ) #[============================================================================[ |
