From 7d673b1091ee4099086302c87c9bac8f0c41305d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 24 Jul 2026 16:28:05 +0200 Subject: x86_64: split files for devices and drivers --- arch/x86_64/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arch/x86_64/CMakeLists.txt') diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt index 20a48f93..4e4fc52a 100644 --- a/arch/x86_64/CMakeLists.txt +++ b/arch/x86_64/CMakeLists.txt @@ -44,9 +44,13 @@ target_sources("x86_64" PRIVATE # Devices "arch/devices/init.cpp" - "arch/devices/legacy_pit.cpp" + "arch/devices/pit.cpp" "arch/devices/local_apic.cpp" + # Drivers + "arch/drivers/init.cpp" + "arch/drivers/pit.cpp" + # Memory management "arch/memory/kernel_mapper.cpp" "arch/memory/higher_half_mapper.cpp" -- cgit v1.2.3