Subversion Repositories SvarDOS

Rev

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

Rev 908 Rev 1035
Line 698... Line 698...
698
  genlocalesconf(fd, locales);
698
  genlocalesconf(fd, locales);
699
  fprintf(fd, "\r\n");
699
  fprintf(fd, "\r\n");
700
  fprintf(fd, "REM Uncomment the line below for CDROM support\r\n");
700
  fprintf(fd, "REM Uncomment the line below for CDROM support\r\n");
701
  fprintf(fd, "REM SHSUCDX /d:SVCD0001\r\n");
701
  fprintf(fd, "REM SHSUCDX /d:SVCD0001\r\n");
702
  fprintf(fd, "\r\n");
702
  fprintf(fd, "\r\n");
703
  fprintf(fd, "REM Uncomment the line below for automatic mouse support\r\n");
-
 
704
  fprintf(fd, "REM CTMOUSE\r\n");
-
 
705
  fprintf(fd, "\r\n");
-
 
706
  fprintf(fd, "ECHO.\r\n");
703
  fprintf(fd, "ECHO.\r\n");
707
  fprintf(fd, "ECHO %s\r\n", svarlang_strid(0x0600)); /* "Welcome to SvarDOS!" */
704
  fprintf(fd, "ECHO %s\r\n", svarlang_strid(0x0600)); /* "Welcome to SvarDOS!" */
708
  fclose(fd);
705
  fclose(fd);
709
  /*** CREATE DIRECTORY FOR CONFIGURATION FILES ***/
706
  /*** CREATE DIRECTORY FOR CONFIGURATION FILES ***/
710
  snprintf(buff, sizeof(buff), "%c:\\SVARDOS", targetdrv);
707
  snprintf(buff, sizeof(buff), "%c:\\SVARDOS", targetdrv);