diff options
| author | 2024-04-25 21:24:10 +0100 | |
|---|---|---|
| committer | 2024-04-25 22:32:27 +0000 | |
| commit | 2d04cacc5322951f187bb17e017c12920ac8ebe2 (patch) | |
| tree | 80ee017efa878dfd5344b44249e6a241f2a7f6e2 /v4.0/src/CMD/FDISK/FDCHNG.INC | |
| parent | Merge pull request #430 from jpbaltazar/typoptbr (diff) | |
| download | ms-dos-main.tar.gz ms-dos-main.tar.xz ms-dos-main.zip | |
Diffstat (limited to 'v4.0/src/CMD/FDISK/FDCHNG.INC')
| -rw-r--r-- | v4.0/src/CMD/FDISK/FDCHNG.INC | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/v4.0/src/CMD/FDISK/FDCHNG.INC b/v4.0/src/CMD/FDISK/FDCHNG.INC new file mode 100644 index 0000000..198cf79 --- /dev/null +++ b/v4.0/src/CMD/FDISK/FDCHNG.INC | |||
| @@ -0,0 +1,88 @@ | |||
| 1 | .xlist | ||
| 2 | ; | ||
| 3 | ; | ||
| 4 | ;***************************************************************************** | ||
| 5 | ;* * | ||
| 6 | ;* Change list to FDISK modules * | ||
| 7 | ;* * | ||
| 8 | ;* Lines are tagged ANxxx for new, ACxxx for changed * | ||
| 9 | ;* --------------------------------------------------------------------------* | ||
| 10 | ;* 000 - DOS 4.0 Spec additions and DCR's thru unit/function test * | ||
| 11 | ;* Date: 12/31/87 Developer: Dennis M * | ||
| 12 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 13 | ;* 001 - DOS 4.0 DCR D468 Add errorlevel 1 on exit if there is no PRIMARY * | ||
| 14 | ;* partition and the /Q switch is specified. This was done for * | ||
| 15 | ;* SELECT. * | ||
| 16 | ;* Date: 02/06/88 Developer: Dennis M * | ||
| 17 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 18 | ;* 002 - DOS 4.0 PTM P3383 Add logic to use undocumented int 21 to check * | ||
| 19 | ;* media to see if it has been formatted or not. CHECK_FORMAT added. * | ||
| 20 | ;* Date: 02/08/88 Developer: Dennis M * | ||
| 21 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 22 | ;* 003 - DOS 4.0 PTM P3589 Change CONVERT.C to compare for a period in the * | ||
| 23 | ;* get_volume_string routine. It does a find first on the logical * | ||
| 24 | ;* drive for the volume name and must copy it without the period. * | ||
| 25 | ;* Date: 02/22/88 Developer: Dennis M * | ||
| 26 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 27 | ;* 004 - DOS 4.0 PTM P3744 Change FDISK logic to display and handle a hard * | ||
| 28 | ;* file of up to 4,000 MB. * | ||
| 29 | ;* Date: 03/04/88 Developer: Dennis M * | ||
| 30 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 31 | ;* 005 - DOS 4.0 PTM P3618 Add errorlevel 2 on exit if there is no changes * | ||
| 32 | ;* made and the /Q switch is specified. This was done for * | ||
| 33 | ;* SELECT. * | ||
| 34 | ;* Date: 02/25/88 Developer: Dennis M * | ||
| 35 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 36 | ;* 006 - DOS 4.0 PTM P3617 Change FDISK to color screens. This is done for * | ||
| 37 | ;* SELECT. * | ||
| 38 | ;* Date: 02/25/88 Developer: Dennis M * | ||
| 39 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 40 | ;* 007 - DOS 4.0 DCR D490 Change FDISK IOCTL 63 to 66 in FDISK.H. * | ||
| 41 | ;* Date: 02/26/88 Developer: Dennis M * | ||
| 42 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 43 | ;* 008 - DOS 4.0 PTM P3698 Logic change for PTM 3618 was bad and had to * | ||
| 44 | ;* to be corrected. * | ||
| 45 | ;* Also changed FDISK IOCTL 64 to 67 in FDISK.H. * | ||
| 46 | ;* Date: 02/26/88 Developer: Dennis M * | ||
| 47 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 48 | ;* 009 - DOS 4.0 PTM P3938 A variable (temp) in subroutine * | ||
| 49 | ;* write_info_to_disk was not initialized on entry. * | ||
| 50 | ;* Date: 03/22/88 Developer: Dennis M * | ||
| 51 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 52 | ;* 010 - DOS 4.0 PTM P4071 Changed the parsar logic to output the correct * | ||
| 53 | ;* error message when parse is not correct. * | ||
| 54 | ;* Date: 03/30/88 Developer: Dennis M * | ||
| 55 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 56 | ;* 011 - DOS 4.0 PTM P4837 When deleting and allocating FDISK logical drives* | ||
| 57 | ;* FDISK was deleting the wrong drives. * | ||
| 58 | ;* Date: 05/12/88 Developer: Dennis M * | ||
| 59 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 60 | ;* 012 - DOS 4.0 PTM P4835 FDISK had Y and N hard coded for YES and NO. * | ||
| 61 | ;* Need to pick up 'Y' and 'N' translations from message file. * | ||
| 62 | ;* Date: 05/12/88 Developer: Dennis M * | ||
| 63 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 64 | ;* 013 - DOS 4.0 PTM P4883 FDISK will allow the deletion of a logical * | ||
| 65 | ;* drive that has already been deleted. This error was caused by * | ||
| 66 | ;* the logic change of P4837. * | ||
| 67 | ;* Date: 05/17/88 Developer: Dennis M * | ||
| 68 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 69 | ;* 014 - DOS 4.0 PTM P4953 FDISK displays too many files open error message * | ||
| 70 | ;* when Cannot FDISK with Network Loaded message should be displayed.* | ||
| 71 | ;* Date: 05/23/88 Developer: Dennis M * | ||
| 72 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 73 | ;* 015 - DOS 4.0 PTM P5019 FDISK displays Insufficient memory error message * | ||
| 74 | ;* when Invalid Parameter should be displayed. * | ||
| 75 | ;* Logic has also been added to only get the volume ID of a logical * | ||
| 76 | ;* drive by doing a Int 21 11h instead of IOCTL call 0866h. * | ||
| 77 | ;* Date: 06/02/88 Developer: Dennis M * | ||
| 78 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 79 | ;* 016 - DOS 4.0 PTM P5031 FDISK displays the wrong error message with 4 * | ||
| 80 | ;* partitions allocated on same disk and trying to delete primary * | ||
| 81 | ;* partition. * | ||
| 82 | ;* Date: 06/06/88 Developer: Dennis M * | ||
| 83 | ;* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - * | ||
| 84 | ;***************************************************************************** | ||
| 85 | ;* Note: This is file FDCHNG.INC for updating purposes * | ||
| 86 | ;***************************************************************************** | ||
| 87 | .list | ||
| 88 | |||