summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386')
-rw-r--r--arch/i386/linker.ld5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/i386/linker.ld b/arch/i386/linker.ld
index 5d06e79..61799c7 100644
--- a/arch/i386/linker.ld
+++ b/arch/i386/linker.ld
@@ -25,5 +25,10 @@ SECTIONS {
*(.bss)
*(.bootstrap_stack)
}
+
+ _bitmap_start = .;
+ . += 128K;
+ _bitmap_end = .;
+
_kernel_end = .;
}