home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol017 / 21bios.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.6 KB  |  58 lines

  1.                         May 24, 1980
  2.  
  3. To Whom it may concern:
  4.  
  5.     This disk contains a recently developed BIOS and support routines
  6. for CP/M (Copyright Digital Research).  The BIOS was developed from rou-
  7. tines retrieved from the CPMUG, Tarbell Electronics, DR's CP/M 2.0 and
  8. J. S. Singer.  It is meant to operate as a full blown BIOS under CP/M 2.0.
  9. In particular, it was developed to give the full disk capabilities that
  10. CP/M 2.0 and DFOCO, a disk utility by S. J. Singer, provide.  It supports
  11. single and double density disks with 128, 256, 512 or 1024 sector sizes.
  12. The non-disk drivers fully support the virtual re-assignments allowed via
  13. the IOBYTE.  Also, special utilities are provided to give the user quick
  14. access to the new functions being supported.
  15.  
  16.     The BIOS may be as large as 2.75k.  Currently, it is limited to
  17. .75k by the way its stored on the diskette.  To provide more room, I put
  18. the CCP on the disk as a regular disk file.  For warm or cold starts, I
  19. merely open it as a regular file and read it in.  Unfortunately, this 
  20. takes more time than I really like due to required system overhead (I.E.
  21. System Reset, Disk Select, etc.).  In the future, I plan to change it so
  22. that 3 tracks are used for system tracks instead of two.
  23.  
  24.     To generate the system, follow the instructions given in the BIOS.
  25. You will use files, 21BIOS.ASM and 21BOOT.ASM.  The system generation is
  26. almost the same as if you were doing it for any old CP/M.  To regenerate
  27. the system under itself, you MUST use the NPGEN.ASM file instead of SYSGEN
  28. and 21BOOT.ASM.  These instructions can be found in the front of NPGEN.ASM.
  29. Please insure that you are familiar with system generations before tackling
  30. this one.  Also, always keep a backup of your old system.  This thing can
  31. become tricky!
  32.  
  33.     I look forward to any constructive comments and suggestions.
  34.  
  35.             Respectfully,
  36.  
  37.             Robert M. White
  38.             H & W Computer Systems, Inc.
  39.             8530 Stonehaven
  40.             Boise, ID  83704
  41.             (208) 377-0336
  42.  
  43.  
  44.             W-A-R-N-I-N-G
  45.  
  46. 1.  It may seem that some the files on this tape are repeats of old ones.
  47.     Be advised that ALL files have been updated.  That is, they are dif-
  48.     ferent from the old ones.  Please don't try to interchange them.
  49.  
  50. 2.  System generations may be hazardous to the health of your current sys-
  51.     tem if you don't back it up.  Always do so!  Also, generate the new
  52.     system 16k smaller than your current one.  Then to check out problems
  53.     with DDT, you can re-boot your current system and look at the new BIOS's
  54.     areas.
  55.  
  56. 3.  All programs on this disk require MAC, the macro assembler distributed
  57.     by Digital Research.
  58.