aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-24 10:17:53 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-24 10:17:53 +0000
commit2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985 (patch)
treed311baa0e25e56bd1d7789fa3260ac5076fd6187 /CMakeLists.txt
parentbb685cca3a537f0df4205050a9c52b411dee95c6 (diff)
downloadteachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.tar.xz
teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.zip
x86_64: implement high/low split
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 821640c..7c7cc22 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ target_link_libraries("kernel" PRIVATE
target_link_options("kernel" PRIVATE
"-no-pie"
+ "-nostdlib"
)
target_disassemble("kernel")