summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.arm
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/ldscript.arm')
-rw-r--r--sys/conf/ldscript.arm6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm
index 0d1c7ee..353e365 100644
--- a/sys/conf/ldscript.arm
+++ b/sys/conf/ldscript.arm
@@ -107,6 +107,12 @@ SECTIONS
*(.dynbss)
*(.bss)
*(COMMON)
+ . = ALIGN(32 / 8);
+ _ebss = .;
+ /* A section for the initial page table, it doesn't need to be in the
+ kernel file, however unlike normal .bss entries should not be zeroed
+ out as we use it before the .bss section is cleared. */
+ *(.init_pagetable)
}
. = ALIGN(32 / 8);
_end = . ;
OpenPOWER on IntegriCloud