mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Disabled nls file loading
svn path=/trunk/; revision=2529
This commit is contained in:
parent
5db0abce79
commit
a2760cfdd4
1 changed files with 5 additions and 3 deletions
|
@ -604,7 +604,7 @@ void LoadAndBootReactOS(PUCHAR OperatingSystemName)
|
|||
#endif
|
||||
|
||||
/*
|
||||
* retrieve hardware information and create the hardware hive
|
||||
* Retrieve hardware information and create the hardware hive
|
||||
*/
|
||||
DetectHardware();
|
||||
// Base = MultiBootCreateModule(HARDWARE.HIV);
|
||||
|
@ -614,18 +614,20 @@ void LoadAndBootReactOS(PUCHAR OperatingSystemName)
|
|||
DrawProgressBar(20);
|
||||
|
||||
/*
|
||||
* load NLS files
|
||||
* Load NLS files
|
||||
*/
|
||||
#if 0
|
||||
if (!LoadNlsFiles(szBootPath))
|
||||
{
|
||||
MessageBox("Failed to load NLS files\n");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
DrawProgressBar(25);
|
||||
|
||||
/*
|
||||
* load boot drivers
|
||||
* Load boot drivers
|
||||
*/
|
||||
LoadBootDrivers(szBootPath, 25);
|
||||
|
||||
|
|
Loading…
Reference in a new issue