Subversion Repositories SvarDOS

Rev

Rev 2181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2181 Rev 2184
Line 1020... Line 1020...
1020
              "; command interpreter (shell) location and environment size\r\n"
1020
              "; command interpreter (shell) location and environment size\r\n"
1021
              "SHELL=%c:\\COMMAND.COM /E:512 /P\r\n", bootdrv);
1021
              "SHELL=%c:\\COMMAND.COM /E:512 /P\r\n", bootdrv);
1022
  fprintf(fd, "\r\n"
1022
  fprintf(fd, "\r\n"
1023
              "; NLS configuration\r\n");
1023
              "; NLS configuration\r\n");
1024
  fprintf(fd, "COUNTRY=%03u,%u,%c:\\SVARDOS\\COUNTRY.SYS\r\n", locales.countryid, locales.codepage, bootdrv);
1024
  fprintf(fd, "COUNTRY=%03u,%u,%c:\\SVARDOS\\COUNTRY.SYS\r\n", locales.countryid, locales.codepage, bootdrv);
-
 
1025
 
-
 
1026
  /* insert provox initialization if to be installed */
-
 
1027
  if (fileexists("PROVOX.SVP")) {
-
 
1028
    fprintf(fd, "\r\n"
-
 
1029
                "; PROVOX SCREEN READER DRIVER\r\n"
-
 
1030
                "DEVICE=%c:\\DRIVERS\\PROVOX\\PROVOX7.EXE\r\n", bootdrv);
-
 
1031
  }
-
 
1032
 
1025
  fprintf(fd, "\r\n"
1033
  fprintf(fd, "\r\n"
1026
              "; CD-ROM driver initialization\r\n"
1034
              "; CD-ROM driver initialization\r\n"
1027
              ";DEVICE=%c:\\DRIVERS\\VIDECDD\\VIDE-CDD.SYS /D:SVCD0001\r\n", bootdrv);
1035
              ";DEVICE=%c:\\DRIVERS\\VIDECDD\\VIDE-CDD.SYS /D:SVCD0001\r\n", bootdrv);
1028
  fclose(fd);
1036
  fclose(fd);
1029
 
1037
 
Line 1059... Line 1067...
1059
 
1067
 
1060
    /* write all to file */
1068
    /* write all to file */
1061
    fputs(autoexec_bat1, fd);
1069
    fputs(autoexec_bat1, fd);
1062
    /* insert provox initialization if to be installed */
1070
    /* insert provox initialization if to be installed */
1063
    if (fileexists("PROVOX.SVP")) {
1071
    if (fileexists("PROVOX.SVP")) {
1064
      fprintf(fd, "%c:\\DRIVERS\\PROVOX\\PROVOX.EXE\r\n", bootdrv);
-
 
1065
      fprintf(fd, "%c:\\DRIVERS\\PROVOX\\PV.EXE BNS\r\n", bootdrv);
1072
      fprintf(fd, "%c:\\DRIVERS\\PROVOX\\PV7.EXE BNS\r\n", bootdrv);
1066
    }
1073
    }
1067
    genlocalesconf(fd, &locales);
1074
    genlocalesconf(fd, &locales);
1068
    fputs(autoexec_bat2, fd);
1075
    fputs(autoexec_bat2, fd);
1069
 
1076
 
1070
    fprintf(fd, "ECHO %s\r\n", svarlang_strid(0x0600)); /* "Welcome to SvarDOS!" */
1077
    fprintf(fd, "ECHO %s\r\n", svarlang_strid(0x0600)); /* "Welcome to SvarDOS!" */