Author: sir_richard
Date: Tue Nov 23 17:22:33 2010
New Revision: 49750
URL:
http://svn.reactos.org/svn/reactos?rev=49750&view=rev
Log:
[FREELDR]: Put ARM boot code in .init section to guarantee it goes first in the file, as
per the linker script.
Modified:
trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s
Modified: trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/arch/…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/arch/arm/boot.s [iso-8859-1] Tue Nov 23 17:22:33
2010
@@ -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