;>>>>>>>>>>>>>>>>>>>>>>> REMDR.DOC.TEXT >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; ; ;---------------------------------------------------------------------- ; ; Serial card driver for Kermit-UCSD RUG/PT V1.0 ; ;---------------------------------------------------------------------- ; ; This program should be assembled and stored in the library ATTACH.DRIVERS ; with the aid of the system program LIBRARY.CODE. It will work only ; when the program SYSTEM.ATTACH and the file ATTACH.DATA are also present ; on the boot disk. For an explanation see also KERM.DOC2.TEXT. ; ; According to ATTACH.DATA the following volumes are attached to this driver : ; ( see KERM.DOC3.TEXT for instructions on how to make ATTACH.DATA ) ; REMIN: ; REMOUT: ; CONSOLE: ; KEYBOARD: ; After the cold boot initialization of this driver however the modified BIOS ; jump vector will be patched back to point at the normal BIOS entry points ; except for the Remote Read, Init and Status routines. ; The BIOS routine CONCK ( checks keyboard and maintains type-ahead buffer ) ; will still point to the top of this driver. Before sending a call to CONCK ; back to the normal entry point, this driver will make a call to the routine ; REMINCK to check the remote input port and to maintain a circular 256 byte ; Remin buffer. The routine REMREAD reads only from this buffer. ; ; In order to keep this driver short, the cold boot initialization routine, ; is placed in the 256 byte buffer area. It will be replaced by the data ; received at the remote input port. ; ;---------------------------------------------------------------------- ; ; P. Terpstra ; Dept. Biochemistry ; University Groningen ; Nijenborgh 16 ; 9747 AG Groningen ; The Netherlands ; ;---------------------------------------------------------------------- ; ; For the source text of REMDRIVER see the file REMDRIVER.TEXT ; ;-----------------------------------------------------------------------