ReactOS 0.4.16-dev-289-g096a551
|
Go to the source code of this file.
Functions | |
NTSTATUS | InstallBootManagerAndBootEntries (_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING SystemRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath, _In_ ULONG_PTR Options) |
Installs FreeLoader on the system and configure the boot entries. | |
NTSTATUS | InstallBootcodeToRemovable (_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING RemovableRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath) |
NTSTATUS InstallBootcodeToRemovable | ( | _In_ ARCHITECTURE_TYPE | ArchType, |
_In_ PCUNICODE_STRING | RemovableRootPath, | ||
_In_ PCUNICODE_STRING | SourceRootPath, | ||
_In_ PCUNICODE_STRING | DestinationArcPath | ||
) |
Definition at line 1816 of file bootsup.c.
Referenced by BootLoaderRemovableDiskPage(), and PrepareAndDoCopyThread().
NTSTATUS InstallBootManagerAndBootEntries | ( | _In_ ARCHITECTURE_TYPE | ArchType, |
_In_ PCUNICODE_STRING | SystemRootPath, | ||
_In_ PCUNICODE_STRING | SourceRootPath, | ||
_In_ PCUNICODE_STRING | DestinationArcPath, | ||
_In_ ULONG_PTR | Options | ||
) |
Installs FreeLoader on the system and configure the boot entries.
[in] | ArchType | The target architecture. |
[in] | SystemRootPath | The system partition path, where the FreeLdr boot manager and its settings are saved to. |
[in] | SourceRootPath | The installation source, where to copy the FreeLdr boot manager from. |
[in] | DestinationArcPath | The ReactOS installation path in ARC format. |
[in] | Options | For BIOS-based PCs: LOBYTE: 0: Install only on VBR; 1: Install on both VBR and MBR. 2: Install on removable disk. |
Definition at line 1661 of file bootsup.c.
Referenced by BootLoaderHardDiskPage(), InstallBootcodeToRemovable(), and PrepareAndDoCopyThread().