home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cpm68k / arc68k.arc / README2 < prev   
Text File  |  1987-11-27  |  2KB  |  45 lines

  1. Sat Oct 24, 1987 23:30:44.16 - Robert Heller (see below for
  2. contact info).
  3.  
  4. This version of ARC is one I got from John Adams
  5. (haddock!johna@harvard.harvard.edu).  I made some *minor* mods
  6. for use with my "vanila" CP/M-68K V1.2 system (John's system is a
  7. CP/M-68K/UNIX hybrid).  There are two relocatable CP/M-68K
  8. executables: ARC.68K is a pure generic CP/M-68K version and
  9. ARCS400.68K is a Stride 400 series CP/M-68K version.  The only
  10. difference is in the time stamping.  ARC.68K stores zeros for the
  11. time stamp and ARCS400.68K reads the Stride 400 realtime clock
  12. (does a read on channel 129, with a control word of 4) and uses
  13. the current time value for the time stamp.  The difference code
  14. is in ARCDOS.C.
  15.  
  16. I also created a set of build files (vanila CP/M-68K does not
  17. have a "make" utility).  These files are:
  18.  
  19. ARCMAKE.SUB - rebuilds everything from scratch (non-Stride 400)
  20. ARCLINK.SUB - links given a set of .O files
  21. ARCLINK.LNK - data file for LINK68
  22.  
  23. ARCMAKES.SUB
  24. ARCLINKS.SUB
  25. ARCLINKS.LNK - these three files are the same as above, but for
  26.            Stride 400 series systems.
  27.  
  28. Some notes on these files - they assume that the ARC source code
  29. is on the current drive and the "system" files (C compiler, C
  30. include files, C run-time libraries, assembler, assembler data
  31. file, etc.) are on drive D: and assume that you have my
  32. alternitive ERA.68K program (also on drive D:).  Oh, you also
  33. need my TIME.H file for the Stride 400 version.  (The ERA.C/.68K
  34. and TIME.H/TIME.C are available separately).
  35.  
  36. Robert Heller
  37. Star Route Box 51A
  38. Wendell, MA 01379
  39. ARPA:   Heller@CS.UMass.EDU
  40. BITNET: Heller@UMass.BITNET
  41. BIX:    Heller
  42. GEnie:  RHeller
  43. FidoNet: Robert Heller @ 1:321/148
  44. CompuServe: 71450,3432
  45.