summaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/linker.ld b/linker.ld
index f823710..7c1c4bf 100644
--- a/linker.ld
+++ b/linker.ld
@@ -4,6 +4,8 @@ SECTIONS
{
. = 1M;
+ kernel_start = .;
+
.text BLOCK(4K) : ALIGN(4K)
{
*(.multiboot)