summaryrefslogtreecommitdiff
path: root/src/init/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/linker.ld')
-rw-r--r--src/init/linker.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/init/linker.ld b/src/init/linker.ld
index efb44fd..f2c9d24 100644
--- a/src/init/linker.ld
+++ b/src/init/linker.ld
@@ -17,6 +17,10 @@ SECTIONS
{
*(.data)
}
+
+ _initrd = .; /* is just appended onto the end of the binary */
+ . += 2M;
+
_bss_start = .;
.bss BLOCK(4K) : ALIGN(4K)
{