diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-01-15 14:36:25 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-01-15 14:36:25 +0100 |
| commit | 693cedc76b061810dfc0dc55e3966d6bf849f397 (patch) | |
| tree | 5aba1768b822b6d4e70207fdd0a1d8eae9ffc262 /arch/x86_64/CMakeLists.txt | |
| parent | 42f9eaea885fa0744d2138a773702327e26f6b7b (diff) | |
| download | teachos-693cedc76b061810dfc0dc55e3966d6bf849f397.tar.xz teachos-693cedc76b061810dfc0dc55e3966d6bf849f397.zip | |
x86_64/debug: add support for QEMU debug console
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 2505bb6..519fb93 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -17,6 +17,9 @@ target_sources("x86_64" PRIVATE "src/boot/initialize_runtime.cpp" "src/boot/multiboot.s" + # Debug interfaces + "src/debug/qemu_output.cpp" + # api::kapi implementation "src/kapi/cio.cpp" "src/kapi/cpu.cpp" |
