Changeset 238
- Timestamp:
- Jul 7, 2018, 9:10:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/c/install.c
r67 r238 1021 1021 // Note that the 'AiRCFG-TABLE' string includes the invisible 0xAD char. 1022 1022 */ 1023 if (strncmp(ConfigSectorPtr, "AiRCFG-TABLE ", 13)==0) {1023 if (strncmp(ConfigSectorPtr, "AiRCFG-TABLE\xad", 13)==0) { 1024 1024 // AiR-BOOT signature found... 1025 1025 SectorPtr = &Track0[54 * BYTES_PER_SECTOR]; // Start at sector 55 … … 1365 1365 case 'R': printf("russian"); break; 1366 1366 case 'S': printf("swedish"); break; 1367 case 0xa5: printf("spanish"); break; 1367 1368 default: printf("unknown"); 1368 1369 } … … 1799 1800 if (Install_Code) { 1800 1801 if (!Option_CID) { 1801 printf(" þWriting AiR-BOOT code...");1802 printf(" \xfe Writing AiR-BOOT code..."); 1802 1803 } 1803 1804 //~ DumpTrack0(); … … 1810 1811 if (Install_Config) { 1811 1812 if (!Option_CID) { 1812 printf(" þWriting AiR-BOOT configuration...");1813 printf(" \xfe Writing AiR-BOOT configuration..."); 1813 1814 } 1814 1815 Install_WriteConfig(); … … 1863 1864 else { 1864 1865 if (!Option_CID) { 1865 printf(" þAll components of AiR-BOOT are intact and up-to-date. Nothing to do.\n");1866 printf(" \xfe All components of AiR-BOOT are intact and up-to-date. Nothing to do.\n"); 1866 1867 } 1867 1868 ExitOnly = TRUE; … … 1871 1872 case 'd': { 1872 1873 if (!Option_CID) { 1873 printf(" þRemoving AiR-BOOT automatically is not possible at this time.\n");1874 printf(" \xfe Removing AiR-BOOT automatically is not possible at this time.\n"); 1874 1875 } 1875 1876 #ifdef PLATFORM_OS2
Note:
See TracChangeset
for help on using the changeset viewer.