diff --git a/src/boot_stage2/boot_stage2.ld b/src/boot_stage2/boot_stage2.ld index 682c583..f1ab3d2 100644 --- a/src/boot_stage2/boot_stage2.ld +++ b/src/boot_stage2/boot_stage2.ld @@ -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) } } \ No newline at end of file