From 73a80de4228a498b483c8e10ab317920d978d507 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 23:22:42 -0700 Subject: Moved globals to file --- linker.ld | 1 + 1 file changed, 1 insertion(+) (limited to 'linker.ld') diff --git a/linker.ld b/linker.ld index 58da7ca..2cacec0 100644 --- a/linker.ld +++ b/linker.ld @@ -30,6 +30,7 @@ SECTIONS { bss = .; *(.bss*) + KEEP(*(.bss.mmheap)) KEEP(*(.bss.heap)) } . = ALIGN(4096); /* align to page size */ -- cgit v1.2.1