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 / ENTERPRS / CPM / UTILS / A / BIOS-R62.LZH / CONFIG.INF < prev    next >
Text File  |  2000-06-30  |  2KB  |  52 lines

  1. The Modified BIOS as set up in these files expects certain hardware in
  2. order to use it.
  3.  
  4. C-128 CPU
  5. 1 to 3 1541/1571's
  6. Ram Expander Cartrige
  7.  
  8.  
  9. You must have the Disks supplied in the Digital Research Offer (the one
  10. mentioned in the tear out card in the middle of your System Guide).
  11.  
  12. First try to assemble the BIOS without making any changes,  there should
  13. be no problems.  If that is the case then you can try additional changes
  14. in order to configure it to your needs.
  15.  
  16. The C-128 BIOS is supplied in several modular files,  I have commented
  17. most of the changes I have made throughout the code.  At the top of each
  18. module I have changed, I have also commented on the changes in the file.
  19.  
  20. Read the comments, study the code, and read the DRI manual (the back two
  21. sections).  This will give you the best understanding of how things fit
  22. together.
  23.  
  24. When making changes, try to avoid changing more than 1 module at a time,
  25. if you make too many changes at once, debugging will be more difficult.
  26.  
  27. The current system is defined as thus:
  28.  
  29. 3 1541/1571's, as drives A:, B:, C:
  30. Ram Expander as drive D:
  31. 2 printers, one as unit 4, one as unit 5. 
  32.      unit 4 is PRT-LQ
  33.      unit 5 is PRT-MX
  34.          Unit 5 is the default selection.  To change this change the
  35.          definition of the label at the top of the file CXIO.ASM from
  36.          08h to 10h.
  37. Modem or printer attached to the user port
  38. 6551 serial card attached to the expansion port (the 6551 card has not
  39.    been tested for compatibility with the Ram Expander)
  40. Key repeat rate and the 'feel' are set in the CXIO.ASM module
  41. 40 column display is not supported.
  42.    the label 'NULL40' in CXIO.ASM has been left in order to maintain
  43.    compatibility with the modem programs, since several of them depend upon
  44.    the RS-232 device parameter block to be at its present position in
  45.    DEVTBL:, removing 'NULL40' would change this.
  46. Virtual disk is not supported.
  47.        Though I am considering adding it back as drive P:
  48. The Screen Dump is activated by pressing the ALT key
  49.  
  50. Call me if you have any questions.
  51. dering adding it back as drive P:
  52. The Screen Dump is activated by pressing t