diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-24 10:17:53 +0000 |
| commit | 2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985 (patch) | |
| tree | d311baa0e25e56bd1d7789fa3260ac5076fd6187 /CMakeLists.txt | |
| parent | bb685cca3a537f0df4205050a9c52b411dee95c6 (diff) | |
| download | teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.tar.xz teachos-2ebf8d525e6a030efc8ca23bcbdf92c2d0cb8985.zip | |
x86_64: implement high/low split
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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") |
