From 580a9fc34f55e923e0c630e59a7d2beef2576584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Sat, 19 Oct 2024 22:22:00 +0500 Subject: [PATCH] Change linker script a bit. --- linker.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linker.ld b/linker.ld index cec29b5..dc98d93 100644 --- a/linker.ld +++ b/linker.ld @@ -3,7 +3,7 @@ OUTPUT_FORMAT (binary) SECTIONS { . = 0x7c00; - .text : { boot.o(.text) + .text : { *(.text) } .rodata : { *(.rodata)