home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ucsdappleii.zip / remdr.doc.text < prev    next >
Text File  |  1986-04-08  |  2KB  |  48 lines

  1. ;>>>>>>>>>>>>>>>>>>>>>>> REMDR.DOC.TEXT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  2. ;
  3. ;
  4. ;----------------------------------------------------------------------
  5. ;
  6. ; Serial card driver for Kermit-UCSD  RUG/PT V1.0
  7. ;
  8. ;----------------------------------------------------------------------
  9. ;
  10. ; This program should be assembled and stored in the library ATTACH.DRIVERS
  11. ; with the aid of the system program LIBRARY.CODE. It will work only
  12. ; when the program SYSTEM.ATTACH and the file ATTACH.DATA are also present
  13. ; on the boot disk. For an explanation see also KERM.DOC2.TEXT.
  14. ;
  15. ; According to ATTACH.DATA the following volumes are attached to this driver :
  16. ; ( see KERM.DOC3.TEXT for instructions on how to make ATTACH.DATA )
  17. ; REMIN:
  18. ; REMOUT:
  19. ; CONSOLE:
  20. ; KEYBOARD:
  21. ; After the cold boot initialization of this driver however the modified BIOS
  22. ; jump vector will be patched back to point at the normal BIOS entry points
  23. ; except for the Remote Read, Init and Status routines.
  24. ; The BIOS routine CONCK ( checks keyboard and maintains type-ahead buffer )
  25. ; will still point to the top of this driver. Before sending a call to CONCK
  26. ; back to the normal entry point, this driver will make a call to the routine
  27. ; REMINCK to check the remote input port and to maintain a circular 256 byte
  28. ; Remin buffer. The routine REMREAD reads only from this buffer.
  29. ;
  30. ; In order to keep this driver short, the cold boot initialization routine,
  31. ; is placed in the 256 byte buffer area. It will be replaced by the data
  32. ; received at the remote input port.
  33. ;
  34. ;----------------------------------------------------------------------
  35. ;
  36. ;                         P. Terpstra
  37. ;                         Dept. Biochemistry
  38. ;                         University Groningen
  39. ;                         Nijenborgh 16
  40. ;                         9747 AG Groningen
  41. ;                         The Netherlands
  42. ;
  43. ;----------------------------------------------------------------------
  44. ;
  45. ; For the source text of REMDRIVER see the file REMDRIVER.TEXT
  46. ;
  47. ;-----------------------------------------------------------------------
  48.