ReactOS
0.4.15-dev-4853-g3a72a52
entry.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Boot Loader
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: boot/freeldr/freeldr/arch/arm/entry.c
5
* PURPOSE: Implements the entry point for ARM machines (see also boot.S)
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
/* INCLUDES ***************************************************************/
10
11
#include <
freeldr.h
>
12
#include <debug.h>
13
14
/* FUNCTIONS **************************************************************/
15
16
VOID
17
RealEntryPoint
(
VOID
)
18
{
19
BootMain
(
""
);
20
}
21
22
VOID
23
FrLdrBugCheckWithMessage
(
24
ULONG
BugCode,
25
PCHAR
File
,
26
ULONG
Line
,
27
PSTR
Format
,
28
...)
29
{
30
31
}
PCHAR
signed char * PCHAR
Definition:
retypes.h:7
freeldr.h
Line
Definition:
ncftp.h:79
RealEntryPoint
VOID RealEntryPoint(VOID)
Definition:
entry.c:17
FrLdrBugCheckWithMessage
VOID FrLdrBugCheckWithMessage(ULONG BugCode, PCHAR File, ULONG Line, PSTR Format,...)
Definition:
entry.c:23
Format
Definition:
imaadp32.c:61
BootMain
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition:
freeldr.c:43
PSTR
signed char * PSTR
Definition:
retypes.h:7
ULONG
unsigned int ULONG
Definition:
retypes.h:1
File
Definition:
File.h:15
void
Definition:
nsiface.idl:2306
boot
freeldr
freeldr
arch
arm
entry.c
Generated on Sat Jun 25 2022 06:03:29 for ReactOS by
1.8.15