From: Sir Richard Date: Tue, 23 Nov 2010 17:22:33 +0000 (+0000) Subject: [FREELDR]: Put ARM boot code in .init section to guarantee it goes first in the file... X-Git-Tag: backups/ros-branch-0_3_13@51035~443 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=883b9b56b8d7644f1c2ab8e84af34d7ca4283522;hp=74e7e1825ef04b48a380cc59314427fc770669da [FREELDR]: Put ARM boot code in .init section to guarantee it goes first in the file, as per the linker script. svn path=/trunk/; revision=49750 --- diff --git a/reactos/boot/freeldr/freeldr/arch/arm/boot.s b/reactos/boot/freeldr/freeldr/arch/arm/boot.s index cbe9e9b5217..0114bb7fdd7 100644 --- a/reactos/boot/freeldr/freeldr/arch/arm/boot.s +++ b/reactos/boot/freeldr/freeldr/arch/arm/boot.s @@ -9,6 +9,7 @@ .title "ARM FreeLDR Entry Point" .include "ntoskrnl/include/internal/arm/kxarm.h" .include "ntoskrnl/include/internal/arm/ksarm.h" + .section .init NESTED_ENTRY _start PROLOG_END _start