diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:33:10 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 16:33:10 +0000 |
| commit | 1b65136a11453fe7e89320dfe6170a0cd75e60dd (patch) | |
| tree | b031192e5af29866e75a2c842d01e22f16877bcc /arch/x86_64/CMakeLists.txt | |
| parent | 3b9bbbb4be529f2365b8bc2e43c1c8e9a65b1a07 (diff) | |
| download | teachos-1b65136a11453fe7e89320dfe6170a0cd75e60dd.tar.xz teachos-1b65136a11453fe7e89320dfe6170a0cd75e60dd.zip | |
x86_64: clean up hw details
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
| -rw-r--r-- | arch/x86_64/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index ddc2d46..c585cbf 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -22,7 +22,11 @@ target_sources("x86_64" PRIVATE "src/boot/initialize_runtime.cpp" "src/boot/multiboot.s" + # CPU intrinsics + "src/cpu/registers.cpp" + # Memory management + "src/memory/mmu.cpp" "src/memory/region_allocator.cpp" # VGA text mode |
