format.tag
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:5k
源码类别:

操作系统开发

开发平台:

Visual C++

  1. Revision tags for FORMAT directory
  2. ----------------------------------
  3. M000 09/19/90 PYS PHASE1.ASM 2763: /4 (and /1 /8) overwrites
  4. the format on disk.
  5. M001 09/20/90 PYS PHASE1.ASM 2952: if format on disk and
  6. the format specified by the
  7. switches and default for the
  8. drive differ, the user
  9. specifications has the priority.
  10. M002 09/28/90 PYS FORMAT.ASM 3217: errorlevel=0 for no problem.
  11. M003 10/03/90 PYS FORMAT.ASM 2816: small change in the decimals
  12. shown by format for the size of
  13. the disk.
  14. M004 10/03/90 PYS FORMAT.ASM 3315: even if a fatal error occured,
  15. prompt for a new disk.
  16. M005 10/08/90 PYS FORMAT.ASM 3154: format not detecting write
  17. MIR_MAIN.ASM protect until writing boot sectors
  18. M006 10/11/90 PYS FORMAT.ASM 3470: Not ready and Write Protect
  19. PHASE1.ASM were not returning errorlevel 4
  20. M007 10/11/90 PYS FORMAT.ASM 3467: if size is to be 1.096M, we
  21. FORMSG.INC would show 1.96M. Fix required a
  22. dirty hook to change the number
  23. of decimal to display.
  24. M008 10/31/90 PYS MSFOR.ASM 3878: test for volume label not
  25. done anymore
  26. M009 11/02/90 PYS FORINIT.ASM 3944: /V:"" means no label. Since
  27. FORLABEL.ASM /V and /V:"" are parse the same way
  28. I did a dirty check of rescanning
  29. for a :. If found and teh string
  30. is empty, I assume it is /V:""
  31. (/V: is illegal).
  32. M010 11/04/90 PYS MSFOR.ASM 3844: if /n and /t, format writes
  33. PHASE1.ASM F0 as media descriptor. Changed:
  34. if /n /t, check against all BPBs
  35. if one we know, supply BPB media
  36. descriptor, otherwise F0.
  37. M011 11/19/90 PYS GLBLINIT.ASM 3585, 4317: Format is in hard loop
  38. SWITCH_S.ASM if BootDrive=DefaultDrive<>A.
  39. M012 11/20/90 PYS SWITCH_S.ASM 4339: Format /s fails with long
  40. comspec and in other cases too.
  41. M013 11/23/90 PYS FORMAT.ASM 4368: Reworked error message handling
  42. MSFOR.ASM in WriteDiskInfo.
  43. M014 11/23/90 PYS MSFOR.ASM 4244: FatalExit if CheckSwitches
  44. failed.
  45. M015 11/26/90 PYS FORMAT.ASM 4269: Divide Overflow with large number
  46. DSKFRMT.ASM of clusters.
  47. PHASE1.ASM
  48. M016 11/28/90 PYS PHASE1.ASM 4457: Speed enhancement by doing only
  49. 1 int 25 in DetermineExistingFormat
  50. M017 11/29/90 PYS PHASE1.ASM 4465: QuickFormat did not support
  51. DSKFRMT.ASM non-512 BytesPerSectors disks. Also
  52. added a couple of sanity checks
  53. M018 12/04/90 PYS FORMAT.ASM 4075: Format and disk with tracks*
  54. DSKFRMT.ASM heads greater than a word
  55. M019 12/12/90 PYS PHASE1.ASM Tony's Bug: format a: /8, then format
  56. /4, disk has still old boot.
  57. M020 01/07/91 SMR PHASE1.ASM Looked for EXT_BOOT_SIG before assum
  58. ing that the BPB in boot sector is
  59. extended. Bug #4946
  60. M021 01/07/91 SMR FORMAT.ASM Assume Media Formatted if QUERY BLOCK
  61. IOCTL not supported. Bug #4801
  62. M022 01/16/91 MD        MIR_MSG.INC     Minor text changes - not marked
  63. M023 01/21/91 SMR FORLABEL.ASM Bug #5253. get volume label function
  64. checks for carry flag after doing a
  65. input flush call. But this function
  66. call does not return aything in the
  67. carry flag.
  68. M024 02/01/91 SMR FORMAT.ASM B#5495. Added "Insufficient Memory"
  69. FORINIT.ASM message when format fails to allocate
  70. GLBLINIT.ASM buffer space for FAT & directory.
  71. FORMAT.SKL
  72. FORMSG.INC
  73. USA-MS.MSG
  74. M025 02/05/91 MD        FORMAT.ASM      Removed obsolete IBMCOPYRIGHT conditional
  75. M026 02/08/91 SMR FILESIZE.INC B#5794. Updated MSDOS.SYS size
  76. M027 02/20/91 DLB       MAKEFILE        Use MIR_MAIN.OBJ from ..CPSMIRROR
  77.                         MIR_MAIN.ASM    directory; eliminate local copies.
  78.                         MIR_MSG.INC
  79.                         DATETIME.INC
  80. M028 02/25/91 SMR FORMSG.INC B#6073. Changed the "Attempting to.."
  81. FORMAT.SKL message to "Trying to ..." and
  82. USA-MS.MSG changed the cluster field width to
  83. 5 from 8 for proper erasure of
  84. "Trying to ..." message by "xx% complete"
  85. message.
  86. M029 04/01/91 SMR SWITCH_S.ASM Bug 6755. Remove the assumption that 
  87.                                         COMSPEC= has an absolute path name. 
  88.                                         And build the file name (COMMAND.COM) in a
  89. different buffer other than the buffer
  90. in which COMSPEC was stored.
  91. M030 05/23/91 MD        FORINIT.ASM     Refuse to allow /S switch when running
  92.                                         under ROM version.
  93. M031 06/05/91 PYS FORINIT.ASM Memory card support, or at least
  94. FORMAT.ASM hacked support.
  95. M032 07/09/91 PYS FORMAT.ASM DOS500 binary if not ROMDOS.
  96. FORINIT.ASM
  97. MAKEFILE (psdata includes version)
  98. M033 08/06/91 PYS FORMAT.ASM DOS500a will have support for the
  99. FORINIT.ASM memory cards (removed the else part
  100. of M032) and change CMCDD detection
  101. method to support SRAM cards.
  102. M034 08/29/91 PYS FORMAT.ASM Do not do a restore savedparams if
  103. CMCDD.