Subversion Repositories SvarDOS

Rev

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

Rev 1948 Rev 1949
Line 792... Line 792...
792
  menulist[i++] = svarlang_str(0, 2); /* Quit to DOS */
792
  menulist[i++] = svarlang_str(0, 2); /* Quit to DOS */
793
  menulist[i] = NULL;
793
  menulist[i] = NULL;
794
 
794
 
795
  newscreen(0);
795
  newscreen(0);
796
 
796
 
797
  snprintf(buff, sizeof(buff), "Select the drive where SvarDOS will be installed. You may also return to DOS and use FDISK to partition your disk. Please note that SvarDOS may be installed only on a primary partition (ie. not a logical drive).");
797
  snprintf(buff, sizeof(buff), "%s", svarlang_strid(0x0307));
798
  i = menuselect(7 + putstringwrap(4, 1, COLOR_BODY, buff) /*ypos*/, 10 /*max-height*/, menulist, -1);
798
  i = menuselect(7 + putstringwrap(4, 1, COLOR_BODY, buff) /*ypos*/, 10 /*max-height*/, menulist, -1);
799
  if (i < 0) {
799
  if (i < 0) {
800
    return(MENUPREV);
800
    return(MENUPREV);
801
  } else if (i < drvlistlen) {
801
  } else if (i < drvlistlen) {
802
    /* return a bitfield HHPPLLLLLLLL
802
    /* return a bitfield HHPPLLLLLLLL