mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[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:
parent
74e7e1825e
commit
883b9b56b8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue