aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/scripts
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-16 13:27:16 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-05-16 13:27:16 +0000
commit5c314eef566df2732973e8cb35974ec49748adba (patch)
treefff3f587c7c5c32fd30362dc92c4b07cc68603e7 /arch/x86_64/scripts
parentd4cc546df6eba2dd287785f1a63fbcce4a1b9bc0 (diff)
downloadteachos-5c314eef566df2732973e8cb35974ec49748adba.tar.xz
teachos-5c314eef566df2732973e8cb35974ec49748adba.zip
Fix bug where level 4 to level 2 entries are not mapped user accesible.
Diffstat (limited to 'arch/x86_64/scripts')
-rw-r--r--arch/x86_64/scripts/kernel.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/scripts/kernel.ld b/arch/x86_64/scripts/kernel.ld
index e5cbc73..23f9681 100644
--- a/arch/x86_64/scripts/kernel.ld
+++ b/arch/x86_64/scripts/kernel.ld
@@ -89,7 +89,7 @@ SECTIONS
{
*(.stl_text)
KEEP(*libstdc++.a:*(.text .text.*))
- KEEP(*libatomic.a:*(.text .text.*)) /* Attempt to move atomic stl into stl_text as well, doesn't work */
+ KEEP(*libatomic.a:*(.text .text.*)) /* TODO: Attempt to move atomic stl into stl_text as well, doesn't work */
}
.text ALIGN(4K) : AT(ADDR (.text))