aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-12 17:41:26 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-12 17:41:26 +0100
commit2846867da7e88c3a665d0a8bed6ccec60e6476a1 (patch)
tree3c0263e7471ee58707868e466d9f05ae58ce3b68 /arch/x86_64/CMakeLists.txt
parent4bf9eded3a5d6b007ba79a5716143fa8b3a5aaf6 (diff)
downloadteachos-2846867da7e88c3a665d0a8bed6ccec60e6476a1.tar.xz
teachos-2846867da7e88c3a665d0a8bed6ccec60e6476a1.zip
build: move platform configuration to preset
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index 2a6c878..54f04cb 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -43,12 +43,6 @@ target_sources("x86_64" PUBLIC
FILES ${ARCH_HEADERS}
)
-target_compile_definitions("x86_64" PUBLIC
- "PLATFORM_PAGE_SIZE=4096"
- "PLATFORM_PAGING_LEVELS=4uz"
- "PLATFORM_FRAME_SIZE=PLATFORM_PAGE_SIZE"
-)
-
set(KERNEL_LINKER_SCRIPT
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/kernel.ld"
PARENT_SCOPE