mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[CLT2012]
- Partly revert r53422 to allow hybrid CD booting again. Thanks to Giannis. svn path=/branches/ros-branch-0_3_14-clt2012/; revision=56123
This commit is contained in:
@@ -231,15 +231,20 @@ VOID RunLoader(VOID)
|
||||
IniOpenSection("Operating Systems", &SectionId);
|
||||
IniReadSettingByName(SectionId, SectionName, SettingValue, sizeof(SettingValue));
|
||||
|
||||
#ifndef _M_ARM
|
||||
// Install the drive mapper according to this sections drive mappings
|
||||
#if defined(_M_IX86) && !defined(_MSC_VER)
|
||||
DriveMapMapDrivesInSection(SectionName);
|
||||
#endif
|
||||
|
||||
#ifdef FREELDR_REACTOS_SETUP
|
||||
// WinLdr-style boot
|
||||
LoadReactOSSetup();
|
||||
#elif defined(_M_IX86)
|
||||
if (_stricmp(BootType, "ReactOSSetup") == 0)
|
||||
{
|
||||
LoadReactOSSetup();
|
||||
}
|
||||
else
|
||||
#endif
|
||||
#ifdef _M_IX86
|
||||
if (_stricmp(BootType, "Windows") == 0)
|
||||
{
|
||||
LoadAndBootWindows(SectionName, SettingValue, 0);
|
||||
@@ -268,6 +273,7 @@ VOID RunLoader(VOID)
|
||||
{
|
||||
LoadAndBootDrive(SectionName);
|
||||
}
|
||||
#endif
|
||||
#else
|
||||
LoadAndBootWindows(SectionName, SettingValue, _WIN32_WINNT_WS03);
|
||||
#endif
|
||||
|
||||
@@ -24,7 +24,7 @@ Install="ReactOS-Installation starten"
|
||||
Live="ReactOS Live-System starten"
|
||||
|
||||
[Install]
|
||||
BootType=ReactOSSetup2
|
||||
BootType=ReactOSSetup
|
||||
|
||||
[Live]
|
||||
BootType=Windows2003
|
||||
|
||||
Reference in New Issue
Block a user