mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[FREELDR]
compile headless support only for x86 svn path=/trunk/; revision=50459
This commit is contained in:
parent
a89924e2bd
commit
d7420c8060
1 changed files with 5 additions and 5 deletions
|
@ -204,7 +204,7 @@ WinLdrInitializePhase1(PLOADER_PARAMETER_BLOCK LoaderBlock,
|
||||||
Extension->AcpiTable = (PVOID)1;
|
Extension->AcpiTable = (PVOID)1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef _M_ARM
|
#ifdef _M_IX86
|
||||||
/* Set headless block pointer */
|
/* Set headless block pointer */
|
||||||
extern HEADLESS_LOADER_BLOCK LoaderRedirectionInformation;
|
extern HEADLESS_LOADER_BLOCK LoaderRedirectionInformation;
|
||||||
extern BOOLEAN WinLdrTerminalConnected;
|
extern BOOLEAN WinLdrTerminalConnected;
|
||||||
|
@ -535,7 +535,7 @@ LoadAndBootWindows(PCSTR OperatingSystemName,
|
||||||
/* Allocate and minimalistic-initialize LPB */
|
/* Allocate and minimalistic-initialize LPB */
|
||||||
AllocateAndInitLPB(&LoaderBlock);
|
AllocateAndInitLPB(&LoaderBlock);
|
||||||
|
|
||||||
#ifndef _M_ARM
|
#ifdef _M_IX86
|
||||||
/* Setup redirection support */
|
/* Setup redirection support */
|
||||||
extern void WinLdrSetupEms(IN PCHAR BootOptions);
|
extern void WinLdrSetupEms(IN PCHAR BootOptions);
|
||||||
WinLdrSetupEms(BootOptions);
|
WinLdrSetupEms(BootOptions);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue