aboutsummaryrefslogtreecommitdiff
path: root/src/linker.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/linker.ld')
-rw-r--r--src/linker.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/linker.ld b/src/linker.ld
index ed8fc5d..89e4909 100644
--- a/src/linker.ld
+++ b/src/linker.ld
@@ -7,7 +7,8 @@ SECTIONS {
.text : ALIGN(4)
{
- *(.multiboot)
+ *boot.o(.multiboot)
+ *boot.o(.text)
*(.text)
}
.rodata : ALIGN(4)