ReactOS
0.4.15-dev-5884-gab5aff5
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
}
RealEntryPoint
VOID RealEntryPoint(VOID)
Definition:
entry.c:17
FrLdrBugCheckWithMessage
VOID FrLdrBugCheckWithMessage(ULONG BugCode, PCHAR File, ULONG Line, PSTR Format,...)
Definition:
entry.c:23
File
Definition:
File.h:16
BootMain
VOID __cdecl BootMain(IN PCCH CmdLine)
Definition:
freeldr.c:43
freeldr.h
void
Definition:
nsiface.idl:2307
Format
Definition:
imaadp32.c:62
Line
Definition:
ncftp.h:79
PSTR
char * PSTR
Definition:
typedefs.h:51
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
PCHAR
char * PCHAR
Definition:
typedefs.h:51
boot
freeldr
freeldr
arch
arm
entry.c
Generated on Tue Mar 28 2023 06:03:46 for ReactOS by
1.9.6