home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / k256bios.lbr / Z3BIOS4G.DQC / Z3BIOS4G.DOC
Text File  |  1986-06-28  |  1KB  |  28 lines

  1.                  Z3BIOS4G
  2.  
  3.           This is the BIOS I use day in day out.  It supports ZCPR3, a
  4. 27.5K print buffer, a 159K RAM disk and it buffers the BDOS and CCP making
  5. warm boots faster and independant of having system tracks on the disk in 
  6. drive A:.
  7.  
  8.           This uses an initialisation program RAMDINITD and the ramdrive is
  9. D: NOT C:. (D for DRAM!).
  10.  
  11.           Version 1.4g is different from previous versions in that the RAM 
  12. DISK is now handled by the ordinary BIOS routines Home, SetSector, etc
  13. rather than having two sets of routines and swapping part of the BIOS jump
  14. table.  I did this to make the system more compatible with SPOOL, UNIFORM,
  15. etc which also modify the jump table.  It is slower than my original BIOS
  16. but only by a fraction of a percent!!!
  17.  
  18.           This BIOS was never meant to be seen by anyone except me.  As a
  19. result it is messy and hard to follow in places as part of the documentation
  20. is stored in HAM (human access memory).  However anyone intending to implement
  21. ZCPR3 may find it interesting.
  22.  
  23.           Z3BIOS4G is big because it contains an IOP, an ENV and a TCP as a
  24. result it needs a patched version of Sysgen called sysgen8 which copies
  25. more sectors.nd independant of having system tracks on the disk in 
  26. drive A:.
  27.  
  28.