Build FreeLDR for ARM.
[reactos.git] / reactos / boot / freeldr / freeldr / arch / arm / boot.s
1 /*
2 * PROJECT: ReactOS Boot Loader
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: boot/freeldr/arch/arm/boot.s
5 * PURPOSE: Implements the entry point for ARM machines
6 * PROGRAMMERS: alex@winsiderss.com
7 */
8
9 /* INCLUDES *******************************************************************/
10
11 //#include <ksarm.h>
12 //#include <kxarm.h>
13
14 /* GLOBALS ********************************************************************/
15
16 .globl _start
17 .globl _bss
18
19 /* BOOT CODE ******************************************************************/
20
21 .extern ArmInit
22 _start:
23 b .