diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-26 16:47:41 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:02:35 +0100 |
| commit | f4dc64976049761a6f56dd55d9d0b651f1e9475f (patch) | |
| tree | 87bbed7943f2f90505b68be5acc58f423a508ef8 /kernel/CMakeLists.txt | |
| parent | 00a77644192642e06462c11479a5c0e9bd859e9a (diff) | |
| download | teachos-f4dc64976049761a6f56dd55d9d0b651f1e9475f.tar.xz teachos-f4dc64976049761a6f56dd55d9d0b651f1e9475f.zip | |
kapi: move interrupt handling to kernel
Diffstat (limited to 'kernel/CMakeLists.txt')
| -rw-r--r-- | kernel/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/CMakeLists.txt b/kernel/CMakeLists.txt index 9b1e2ad..535c441 100644 --- a/kernel/CMakeLists.txt +++ b/kernel/CMakeLists.txt @@ -3,6 +3,7 @@ add_executable("kernel" "kapi/boot_modules.cpp" "kapi/cio.cpp" "kapi/cpu.cpp" + "kapi/interrupts.cpp" "kapi/memory.cpp" "kapi/system.cpp" |
