|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| NTSTATUS NTAPI | 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 NTAPI | InstallBootcodeToRemovable (_In_ ARCHITECTURE_TYPE ArchType, _In_ PCUNICODE_STRING RemovableRootPath, _In_ PCUNICODE_STRING SourceRootPath, _In_ PCUNICODE_STRING DestinationArcPath) |
| NTSTATUS NTAPI InstallBootcodeToRemovable | ( | _In_ ARCHITECTURE_TYPE | ArchType, |
| _In_ PCUNICODE_STRING | RemovableRootPath, | ||
| _In_ PCUNICODE_STRING | SourceRootPath, | ||
| _In_ PCUNICODE_STRING | DestinationArcPath | ||
| ) |
Definition at line 1830 of file bootsup.c.
Referenced by BootLoaderRemovableDiskPage(), and PrepareAndDoCopyThread().
| NTSTATUS NTAPI 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 1674 of file bootsup.c.
Referenced by BootLoaderHardDiskPage(), InstallBootcodeToRemovable(), and PrepareAndDoCopyThread().