From aba8a0a8c975f8424a89a36ab980352130654707 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Fri, 17 Dec 2021 14:00:17 +0000 Subject: [PATCH] Updated boot_stage2.ld --- src/boot_stage2/boot_stage2.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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