Updated boot_stage2.ld

This commit is contained in:
2021-12-17 14:00:17 +00:00
parent 3d3b4fe884
commit aba8a0a8c9
+1 -1
View File
@@ -8,7 +8,7 @@ SECTIONS {
.text : {
build/c_code_entry.o(.text)
build/boot_stage2/stage2.o(.text)
build/boot_stage2/main.o(.text)
build/boot_stage2/*(.text)
}
}