[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
This commit is contained in:
Sir Richard 2010-11-23 17:22:33 +00:00
parent 74e7e1825e
commit 883b9b56b8

View file

@ -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