diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 15:54:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 15:54:21 +0200 |
| commit | c18feddd51d1a1398d1245229c5f889dd40554b3 (patch) | |
| tree | 70782ba0a12242a418e3b05ecf85c95e86f5d023 /arch/x86_64/CMakeLists.txt | |
| parent | 4d938cd31a35cd4322fe914edd568faa5391c9c2 (diff) | |
| download | teachos-c18feddd51d1a1398d1245229c5f889dd40554b3.tar.xz teachos-c18feddd51d1a1398d1245229c5f889dd40554b3.zip | |
x86_64/devices: extract initialization code
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 83cae0b..f77eec5 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -38,6 +38,7 @@ target_sources("x86_64" PRIVATE "src/debug/qemu_output.cpp" # Devices + "src/devices/init.cpp" "src/devices/legacy_pit.cpp" # Memory management |
