aboutsummaryrefslogtreecommitdiff
path: root/source/kernel/arch/x86_64/kern.ld
diff options
context:
space:
mode:
Diffstat (limited to 'source/kernel/arch/x86_64/kern.ld')
-rw-r--r--source/kernel/arch/x86_64/kern.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kernel/arch/x86_64/kern.ld b/source/kernel/arch/x86_64/kern.ld
index 4e44cfa..78cc363 100644
--- a/source/kernel/arch/x86_64/kern.ld
+++ b/source/kernel/arch/x86_64/kern.ld
@@ -119,7 +119,7 @@ SECTIONS
.data ALIGN(4K) : AT (ADDR (.data) - TEACHOS_HIGH)
{
- *(.data)
+ *(.data*)
}
.bss ALIGN(4K) : AT (ADDR (.bss) - TEACHOS_HIGH)