home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / BDOS / NOVADOSI.LBR / _READ.MZ / _READ.ME
Text File  |  2000-06-30  |  5KB  |  108 lines

  1.  
  2.                      PLEASE READ THIS
  3.                  ================
  4.  
  5. I have done my best to bring NovaDOS up to professional standards and feel 
  6. that although some work still remains to be done on it, it is a significant 
  7. contender in the currrent field of CP/M operating systems.  It is almost 
  8. totally unique in one respect.  IT IS DISTRIBUTED FREE IN SOURCE FORM FOR 
  9. ALL TO USE AND ENJOY.  In this respect, it suffers from the stigma of "what 
  10. you get is what you pay for".  I would like to suggest that with NovaDOS as 
  11. with other good public domain software, WHAT YOU GET IS WHAT YOU MAKE OF IT. 
  12. I labor on this piece of software from time to time with a compulsion which 
  13. precludes food and sleep because I enjoy it and want to make it as versatile 
  14. and bug-free as possible.  In this I depend everyone who has problems or 
  15. questions with NovaDOS to communicate them with me.  It is largely through 
  16. feedback from other NovaDOS users that I progress from good to better.  
  17. EVERYONE WHO USES NOVADOS IS A BETA TESTER, and the only obligation which I 
  18. place on you for your use of the program is that you DO communicate to me 
  19. any problems or suggestions which you have. 
  20.  
  21. My thanks to Phil Newman, who has already contributed to this incarnation of 
  22. P2DOS as NovaDOS as he did also for Ben Ho who upgraded it to SuprBDOS.
  23.  
  24. Lindsay Haisley
  25. 14206 Spreading Oaks Drive
  26. Leander, TX  78641
  27. (512) 259-1190   vox
  28. (512) 444-8691   RBBS/RCPM (Z-node 77)
  29.  
  30. Both Jay Sage's Z-Node 3 ((617) 695-7259) and  Z-node 77 here in Texas have 
  31. directory areas devoted to NovaDOS.  Updates, new versions and accessory 
  32. software may appear from time to time in these locations for your 
  33. downloading.
  34.  
  35.                                Forge Ahead ..........   Lindsay
  36.  
  37.  
  38. Release I is in two libraries.  NOVADOSI.LBR contains run time code, 
  39. sources and documentation for NovaDOS itself while NVDSUTIL.LBR contains 
  40. several utilities which run under NovaDOS and provide service for it.  
  41. Please watch for additional or improved utilitiesd which will be posted
  42. under filenames of the form NDUTLxxx.LBR.
  43.  
  44. Files in this library:
  45. ----------------------
  46.  
  47. The following four files are documentation.  If you already have NovaDOS,
  48. read the UPD file for relevant information on the new version.  The WS 
  49. file has been updated from the DOC file to reflect changes in release H.
  50.  
  51. NOVADOS.WS        Documentation for NovaDOS
  52. NOVADOS.FOR        A breif abstract on NovaDOS for RCPM use
  53. NOVADOS.HIS        A history of NovaDOS
  54. RELEAS-I.UPD        Improvements, bug fixes in recent releases.
  55.  
  56. If you are running Z34 with NZCOM you can use NOVADOS.ZRL immediately.
  57. Unlike the version of the ZRL file in release G, this one is truly generic
  58. and should run on any Z80 machine running ZCPR34.
  59.  
  60. NOVADOS.ZRL        Assembled NovaDOS for use with NZ-COM or JetLDR
  61. MAKENVDS.COM        Self-generating BIN file
  62.  
  63. The following files are all necessary components of the source for NovaDOS.
  64. Normallly the only file which will need editing is NDOSHDR.LIB which con-
  65. tains the configuration options for NovaDOS.
  66.  
  67. NDOSHDR.LIB        User equates for configuring NovaDOS
  68. NVDS.Z80        Source code for NovaDOS
  69. NVDS-1.Z80              "
  70. NVDS-2.Z80              "     
  71. NVDS-3.Z80              "
  72. NVDS-4.Z80              "
  73. Z34CMN.LIB        Common block library for assembly for NZ-COM and JetLDR
  74.  
  75.  
  76. Files in NVDSUTIL.LBR:
  77. ----------------------
  78.  
  79. DOSPATH manages the NovaDOS path, not the path facility.  Paths can be 
  80. defined at any number of locations in memory.  It is up to the user or
  81. other software to set the path address using NovaDOS function 42.
  82.  
  83. DOSPATH.COM        NovaDOS path manager
  84. DOSPATH.Z80        Source for DOSpath
  85. DOSPATH3.DOC        Documentation for DOSpath
  86.  
  87. PUBLIC sets and resets the public files attribute on files on disk.  It does
  88. not change the public files facility within NovaDOS.
  89.  
  90. PUBLIC.COM        Public files manager
  91. PUBLIC.DOC        Documentation for the public files manager
  92. PUBLIC.SRC        Source for PUBLIC.COM
  93.  
  94. PFILE manages the public files facility within NovaDOS, enabling or dis-
  95. abling the feature and setting public files R/W or R/O.
  96.  
  97. PFILE.COM        Public file facility utility
  98. PFILE.Z80        Source code for PFILE.COM
  99.  
  100. FBOOT sets and resets flags bit 5 which controls the relogging of permanent
  101. media on a function 13 call.  If the bit is reset, warm boot time is reduced
  102. considerably.  See the manual for a full discussion.
  103.  
  104. FBOOT.COM        Facility to set/reset flags bit 5
  105. FBOOT.Z80        Source for FBOOT.COM
  106.  
  107. End of file
  108. -----------