diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-21 09:06:25 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-21 09:06:25 +0100 |
| commit | fcf0cd73b0978c2db3e719542cf81d7d2c0fe24e (patch) | |
| tree | 134b41bf36ea6b207ebccf6b6924f50c6405dda9 /arch/x86_64/CMakeLists.txt | |
| parent | 96f1511dbe2e80223732bcbef8068c3d5a330cee (diff) | |
| parent | cceaf717405059e8b02132d7c33f9fe3b2645b56 (diff) | |
| download | teachos-fcf0cd73b0978c2db3e719542cf81d7d2c0fe24e.tar.xz teachos-fcf0cd73b0978c2db3e719542cf81d7d2c0fe24e.zip | |
Merge branch 'fmorgner/develop-BA-FS26/gdt_idt' into develop-BA-FS26
This patchset enables the use of interrupts. Specifically, it simplifies
debugging by printing the fault address in case of a page fault.
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 f053982..89d9bc0 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -20,6 +20,8 @@ target_sources("x86_64" PRIVATE # CPU Initialization "src/cpu/initialization.cpp" + "src/cpu/interrupts.cpp" + "src/cpu/interrupt_stubs.S" # Low-level bootstrap "src/boot/boot32.S" |
