#include <freeldr.h>
#include <Uefi.h>
#include <DevicePath.h>
#include <LoadedImage.h>
#include <GraphicsOutput.h>
#include <UgaDraw.h>
#include <BlockIo.h>
#include <Acpi.h>
#include <GlobalVariable.h>
#include <debug.h>
#include <machuefi.h>
Go to the source code of this file.
◆ PREACTOS_INTERNAL_BGCONTEXT
◆ REACTOS_INTERNAL_BGCONTEXT
◆ BootMain()
Definition at line 43 of file freeldr.c.
44{
46
47
49
51
52 TRACE(
"BootMain() called.\n");
53
54#ifndef UEFIBOOT
55
57#endif
58
59
61 {
63 goto Quit;
64 }
65
66
68 {
70 goto Quit;
71 }
72
73
75
77
78Quit:
79
81}
#define DebugInit(FrLdrSectionId)
BOOLEAN MmInitializeMemoryManager(VOID)
VOID CmdLineParse(IN PCSTR CmdLine)
static const WCHAR CmdLine[]
VOID FrLdrCheckCpuCompatibility(VOID)
VOID MachInit(IN PCCH CommandLine)
VOID UiMessageBoxCritical(PCSTR MessageText)
BOOLEAN UiInitialize(BOOLEAN ShowUi)