4c5082d4a07e15e1809088f03bb3dc57e6ddc3e3
[reactos.git] / reactos / boot / freeldr / freeldr / arch / arm / boot.S
1 /*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: BSD - See COPYING.ARM in the top level directory
4 * FILE: boot/freeldr/arch/arm/boot.s
5 * PURPOSE: Implements the entry point for ARM machines
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 #include <ksarm.h>
10
11 NESTED_ENTRY _start
12 PROLOG_END _start
13
14 __assertfail
15
16 NESTED_END _start
17
18 //L_ArmInit:
19 // .long ArmInit
20
21 END
22 /* EOF */