Change linker script a bit.

This commit is contained in:
bʰedoh₂ swé 2024-10-19 22:22:00 +05:00
parent a816b63ffe
commit 580a9fc34f

View File

@ -3,7 +3,7 @@ OUTPUT_FORMAT (binary)
SECTIONS SECTIONS
{ {
. = 0x7c00; . = 0x7c00;
.text : { boot.o(.text) .text : {
*(.text) *(.text)
} }
.rodata : { *(.rodata) .rodata : { *(.rodata)