home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpminfo / 22cpm.doc < prev    next >
Text File  |  1994-07-27  |  3KB  |  102 lines

  1.                              NEW CP/M 2.2
  2.  
  3.                             BDOS FNCTIONS 
  4.  
  5.  
  6. *************************************
  7. *  FUNCTION 37:   RESET DRIVE      *
  8. *************************************
  9. *  Entry Parameters:                *
  10. *      Register   C:   25H          *
  11. *      Register  DE:   Drive Vector *
  12. *                                   *
  13. *  Returned Value  :                *
  14. *      Register   A:   00H          
  15. *************************************
  16.  
  17.  
  18. The RESET DRIVE function allows resetting of specified drive(s).
  19. The passed parmeter is a 16 bit vector of drives to be reset;
  20. the least significant bit is drive A.
  21.  
  22. In order to maintain compatibility with MP/M, CP/M returns a
  23. zero value.
  24.  
  25.  
  26.  
  27.  
  28.  
  29. *************************************
  30. *  FUNCTION 40:   WRITE RANDOM WITH 
  31. *                    ZERO FILL      *
  32. *************************************
  33. *  Entry Parameters:                *
  34. *      Register   C:   28H          *
  35. *      Register  DE:   FCB Address  *
  36. *  Returned Value  :                *
  37. *      Register   A:   Return Code  *
  38. ************************************
  39.  
  40.  
  41. The WRITE RANDOM WITH ZEROFILL operation is similar to
  42. FUNCTION 34;  with the exception that a previously unallocated
  43. block is filled with zeros before the data is written.
  44.  
  45.  
  46.  
  47. ---------------------------------------------------------------------
  48. <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
  49. ----------------------------------------------------------------------
  50.  
  51.  
  52.  
  53. DIGITAL RESEARCH CP/M [R] 2.2 FIELD SOFTWARECHANGE
  54.          Copyright (c) 1980   Digital Research
  55.  
  56. ID# CPM22-0001    PROGRAM: BDOS     ISSUE DATE: 02/19/80
  57.  
  58.  
  59. ERROR DESCRIPTION:  The following change affects only those CP/M
  60. systems which are using the optional blocking and deblocking al-
  61. gorithms listed in Appendix G of the CP/M Alteratio Guide.  If
  62. you are in doubt as to the applicability of this field change,
  63. please contact Digital Reearch or your CP/M distributor.
  64.  
  65. PATCH PROCEDURE:  Ensure you have an archive copy of the distri-
  66. buted MOVCPM.COM file.  Make changes to a version of MOVCPM>COM
  67. by carefully following the steps shown below:  MOVCPM.COM is
  68. loaded into memory using DDTand the changes are mde using the
  69. Assemble (A) and Set (S) commands.  After making the changes,
  70. return to the console command processor usig the Go (G) command,
  71. and SAVE the altered memory image on disk. The memory image on
  72. tracks 0 and 1 must also be updated.  This can be accomplished
  73. by executing the new MOVCPM program, as described in the CP/M
  74. Alteration Guide, and integrating your customized I/O system.
  75.  
  76.  
  77.                      ddt movcpm.com
  78.                     DDT VERS 2.0
  79.                      NEXT P 
  80.                      2700 0100
  81.                      -a1cd2
  82.                      1CD2 nop
  83.                      1D3 nop
  84.                      1CD4 lxi h,0
  85.                      1CD7
  86.  
  87.  
  88.                     G0
  89.   
  90.                      save 38 movcpm.com
  91.  
  92.  
  93. NOTE:  This Field Software change is not installed in the CP/M
  94. version 2.2.  It must be installed in all systems which ue the
  95. deblocking algorithms listed in Appendix G of the CP/M Alteration
  96. Guied.
  97.  
  98.  
  99.  
  100. --------------------------------------------------------------------
  101. ---------------------------------------------------------------------
  102.