From 883b9b56b8d7644f1c2ab8e84af34d7ca4283522 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Tue, 23 Nov 2010 17:22:33 +0000 Subject: [PATCH] [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 --- reactos/boot/freeldr/freeldr/arch/arm/boot.s | 1 + 1 file changed, 1 insertion(+) 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