home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / KAYPRO / KPDIAG.LBR / -READ.ME next >
Text File  |  2000-06-30  |  4KB  |  94 lines

  1.  
  2. Below is the documentation for the files which are to be run on a disk as a
  3. burn-in for Kaypro computers.  In order to work, they must all be PIPed to a 
  4. diskette which has been SYSGENed.
  5.  
  6.  
  7. AUTOON.COM    is a routine which will turn the disk in A into an auto boot
  8.         which will subsequently (when cold or warm booted) come up
  9.         and look for the program AUTO.COM to run.
  10.  
  11. AUTO.COM    is a routine to disable the auto boot function which was
  12.         enabled by AUTOON.COM, and also to tell the system to submit
  13.         the file TEST.SUB.  This means you can auto-boot a submit
  14.         file.
  15.  
  16. AUTOOF.COM    is a routine to make the disk in A a normal (not auto-boot)
  17.         disk.
  18.  
  19. TEST??.SUB    are a series of submit files to save and erase 5 files to
  20.         check whether the system can successfully do this a number
  21.         of times.  TEST.SUB will start TEST1.SUB and so on until
  22.         TEST10.SUB, which as its parting gesture will start TESTM.SUB.
  23.  
  24. TESTM.SUB    is a submit file to run the two memory tests TESTLO and
  25.         TESTHI.COM, each of which will test a portion of memory for
  26.         0FF hex times and then boot the system.  If they were star-
  27.         ted from a submit file then the next line in the submit file
  28.         is run.  As a parting gesture TESTM will submit TEST.SUB
  29.         which will start the cycle all over again.
  30.  
  31. TESTLO.COM    is a memory test which will test the memory from 0000 hex
  32.         to 8000 hex.  The sequence fills memory with the low-order
  33.         of the address of the memory cell to test and then tests for
  34.         that value to be there.  There is a delay from when the test
  35.         begins to write the cell until the cell is written.  The next
  36.         step will fill all the memory cells with the high-order
  37.         addresses and will check with a delay between.  The object of
  38.         these two exercises is to check that the memory chips can
  39.         successfully decode the appropriate address.  Next, memory is
  40.         filled with and checked for AA hex and 55 hex, which will de-
  41.         termine if all bits can be set to a 1 and 0.
  42.  
  43.         In all cases, if an error is detected the address as well as
  44.         the byte we want and the byte we got is reported and the pro-
  45.         gram will stop.
  46.  
  47. TESTHI.COM    is the same as TESTLO  above except it tests from 84DC hex
  48.         to FFFF hex.
  49.  
  50.  
  51. ********************************************************************************
  52.  
  53. The following is documentation for the other files on this diagnostics disk.
  54.  
  55.  
  56. ALIGN.COM    Fills the screen with the letter "H", with two lines of print
  57.         to mark center of screen vertically, and two flashing charac-
  58.         ters in the center of each line to mark center of screen hori-
  59.         zontally.  Makes CRT adjustment easier; reset to exit.
  60.  
  61. D.COM        Lists directory entries alphabetically; it also shows the
  62.         amount of space each file occupies on the diskette.
  63.  
  64. DU.COM        Diskette utility program that allows reading from or writing
  65.         to any sector on a diskette.
  66.  
  67. DUMP.COM    This version of DUMP displays the ASCII characters beside the
  68.         corresponding line of hex code.
  69.  
  70. HOF.COM        For use with the Dysan Alignment diskette (Part No. 800183),
  71.         it steps the drive heads in and out in response to the cursor
  72.         keys on the keyboard.
  73.  
  74. RDOT.COM    Alternately writes to and reads from each track and sector
  75.         of diskettes in both drives; then displays the number of
  76.         retries for each sector, track, and disk.  Begin this test
  77.         with drive B door open.
  78.  
  79. SPIO.COM    A test for parallel and serial port functions, it requires a
  80.         test jig consisting of:
  81.  
  82.         1)  a parallel connector with a piece of cable connecting it
  83.             to a breadboard with 8 LED's each wired through a 200 ohm
  84.             resistor to the +5V line of the main board power connector.
  85.  
  86.         2)  an RS-232 connector with pin 2 jumpered to pin 3, and pin
  87.             8 jumpeered to pin 20.
  88.  
  89.         3)  a jumper between pin 1 of the parallel connector and pin
  90.             5 of the RS-232 connector; also a jumper between pin 11
  91.             of the parallel connector and pin 4 of the RS-232 con-
  92.             nector.
  93.  
  94.