aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-10 20:01:25 -0800
committerChristian Cunningham <cc@localhost>2022-03-10 20:01:25 -0800
commitad9e577e8b2f6431d48a6a64fd95aff432e48441 (patch)
tree598ade41d70d616cf0891855732c0957835cd465 /linker.ld
parent0d80865f669c2314c905f94a4117300a33338792 (diff)
More Deterministic
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/linker.ld b/linker.ld
index 60f16de..dcb5a9b 100644
--- a/linker.ld
+++ b/linker.ld
@@ -34,6 +34,10 @@ SECTIONS
. = ALIGN(4096);
KEEP(*(.bss.kmem))
. = ALIGN(4096);
+ KEEP(*(.bss.threadl"))
+ . = ALIGN(4096);
+ KEEP(*(.bss.threads"))
+ . = ALIGN(4096);
*(.bss)
*(.bss.*)
KEEP(*(.bss.mmheap))