Updated boot_stage2.ld

This commit is contained in:
Xnoe 2021-12-17 14:00:17 +00:00
parent 3d3b4fe884
commit aba8a0a8c9
Signed by: xnoe
GPG Key ID: 45AC398F44F0DAFE

View File

@ -8,7 +8,7 @@ SECTIONS {
.text : { .text : {
build/c_code_entry.o(.text) build/c_code_entry.o(.text)
build/boot_stage2/stage2.o(.text) build/boot_stage2/main.o(.text)
build/boot_stage2/*(.text) build/boot_stage2/*(.text)
} }
} }