aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-16 12:46:30 -0700
committerChristian Cunningham <cc@localhost>2022-03-16 12:46:30 -0700
commitb7590870cfd909baca7b5dc1d954e233ec92092e (patch)
tree05f9747dc08d65c3910a5f2d7f1385eb0bb3ceb6 /linker.ld
parent4cf9e1ac0f0f6133baf4e8136e600ea51aaab65d (diff)
List Schedule
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld10
1 files changed, 6 insertions, 4 deletions
diff --git a/linker.ld b/linker.ld
index e12ab5c..8e6bcc4 100644
--- a/linker.ld
+++ b/linker.ld
@@ -34,13 +34,15 @@ SECTIONS
. = ALIGN(4096);
KEEP(*(.bss.kmem))
. = ALIGN(4096);
- KEEP(*(.bss.threadl"))
+ KEEP(*(.bss.threadl))
. = ALIGN(4096);
- KEEP(*(.bss.threads"))
+ KEEP(*(.bss.threads))
. = ALIGN(4096);
- KEEP(*(.bss.mutexl"))
+ KEEP(*(.bss.threade))
. = ALIGN(4096);
- KEEP(*(.bss.mutexs"))
+ KEEP(*(.bss.mutexl))
+ . = ALIGN(4096);
+ KEEP(*(.bss.mutexs))
. = ALIGN(4096);
*(.bss)
*(.bss.*)