home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / virterm / vt2.cmm < prev    next >
Encoding:
Text File  |  1988-05-03  |  902 b   |  30 lines

  1.  
  2.  
  3.                    Comments on Porting
  4.                         Virterm
  5.                          by TI
  6.                        to DEC Ada
  7.  
  8.                                                           Tool 8_2
  9.                                   June 1, 1985
  10.  
  11. COMPILATION
  12. -----------
  13.   A VMS command file was created from the ordered list of compilation
  14.   units provided in VT_CMP.DIS.
  15.  
  16.   Minor transmission errors were changed in five files: VTCONTENT_SPEC, 
  17.   SYSDEP_SPEC, DRIVER_BODY, REDISP_BODY and PAGE_BODY.
  18.  
  19.   The package SYSDEP_BODY appears to be the only package to change when 
  20.   rehosting the Virtual Terminal tool to another environment.  We did 
  21.   not pursue modification of this package in order to compile VIRTERM.
  22.  
  23.  
  24.  
  25. EXECUTION
  26. ---------
  27.   Execution was not attempted since VIRTERM is a package to by invoked
  28.   by an application program and no such program was readily available.
  29.  
  30.