aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-01-13 14:16:50 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-01-13 14:16:50 +0100
commit5a41c39169e45de71263c2419309244665cfa890 (patch)
tree2f1a09d36d03bff98facb88f90ffe2bb9d39209e /arch/x86_64/CMakeLists.txt
parent67f4809a04999be393e5b10e924bcb0f685c721c (diff)
downloadteachos-5a41c39169e45de71263c2419309244665cfa890.tar.xz
teachos-5a41c39169e45de71263c2419309244665cfa890.zip
x86_64/vga: extract buffer type
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 54f04cb..2505bb6 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -32,7 +32,8 @@ target_sources("x86_64" PRIVATE
"src/memory/scoped_mapping.cpp"
# VGA text mode
- "src/vga/text.cpp"
+ "src/vga/text/buffer.cpp"
+ "src/vga/text/device.cpp"
)
file(GLOB_RECURSE ARCH_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "include/**.hpp")