[locale] set DOS keyboard locale (experimental)

* sets DOS locale using the same algorithm as MS' diskcopy.dll
* uses CONFIG.SYS menu to allow US vs non US selection
* only applies to WinME/MS-DOS for now (no FreeDOS)
* also renamed msdos.c -> dos.c with minor improvements
* also added missing FreeDOS credits in about dialog
This commit is contained in:
Pete Batard 2011-12-21 00:53:31 +00:00
parent ae00aa3f59
commit 64949c27e1
13 changed files with 512 additions and 63 deletions

View file

@ -618,7 +618,7 @@ static void InitProgress(void)
nb_slots[OP_BADBLOCKS] = -1;
}
if (IsChecked(IDC_DOS)) {
// TODO: this should reflect the number of files to copy +1 for PBR writing
// 3 slots + 1 for PBR writing
nb_slots[OP_DOS] = 3+1;
}
nb_slots[OP_PARTITION] = 1;