svn path=/trunk/; revision=2529
#endif
/*
- * retrieve hardware information and create the hardware hive
+ * Retrieve hardware information and create the hardware hive
*/
DetectHardware();
// Base = MultiBootCreateModule(HARDWARE.HIV);
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);