home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / datafiles / text / misc / amigaboot.txt next >
Text File  |  1995-02-27  |  3KB  |  93 lines

  1.  
  2.                     Amiga system routine
  3.  
  4.  
  5.    Amiga system test is a complicated set of routines which it must go
  6. through before you can do any work on it. During the system test the Amiga
  7. is attempting to let you know if the system is well. Here is a list of the
  8. start-up activities:
  9.  
  10.  1. Clear all chips of old data
  11.  2. Disable DMA and interrupts during the test.
  12.  3. Clear the screen.
  13.  4. Check the hardware ....checks to see if 68000 is functioning.
  14.  5. Change screen color.
  15.  6. Do a checksum test on all ROMS.
  16.  7. Change screen color.
  17.  8. Beginning of system startup.
  18.  9. Check RAM at $C0000,and move SYSBASE there
  19. 10. Test All CHIP RAM.
  20. 11. Change screen color.
  21. 12. Check that software is coming in ok.
  22. 13. Change screen color.
  23. 14. Setup CHIP RAM to receive data.
  24. 15. Link the libraries
  25. 16. Check for additional memory and link it
  26. 17. Turn the DMA and interrupts back on.
  27. 18. Start a default task.
  28. 19. Check for 68010,68020, and or 68881.
  29. 20. Check to see if thee is an exception ...processor error
  30. 21. If so do a system reset. 
  31.  
  32.    During this system test the Amiga is sending vital information to the
  33. screen with colors. If the system checks out ok, you will see the following
  34. sequence that you have seen so many times.
  35.  
  36. DARK GRAY:  The initial hardware tested OK. the 68000 is running
  37.             and the registers are readable.
  38.  
  39. LIGHT GRAY: The software is coming in and seems OK.
  40.  
  41. WHITE:      The initialization test have passed.
  42.  
  43.  
  44.    If something is wrong with your system, you may see the following:
  45.  
  46. RED:    Error was found in ROMS.
  47.  
  48. GREEN:  Error found in the CHIP RAM.
  49.  
  50. BLUE:   Error was found in the custom chips.
  51.  
  52. YELLOW: If 68000 found an error before the error trapping software (GURU)
  53.         was running.
  54.  
  55.  
  56.    The Keyboard has it's own processor, RAM and ROM. A selftest is performed
  57. on power-up in the following sequence.
  58.  
  59. 1. Performs checksum on ROM's
  60. 2. Checks 64 bytes of RAM.
  61. 3. The timer is tested.
  62. 4. Performs handshake with computer and gives results of selftest.
  63.  
  64.    If the keyboard does not pass the test it will notify you that it is not
  65. working properly. This information is indicated with the blinking of the
  66. CAPS-LOCK light.
  67.  
  68. One Blink:    Keyboard ROM check failed.
  69.  
  70. Two Blinks:   Keyboard RAM checked failed.
  71.  
  72. Three Blinks: Watch dog timer failed
  73.  
  74. Four Blinks:  A short between two row lines or special control
  75.               keys.
  76.  
  77.    If you are having problems with the Amiga, perhaps these codes will help
  78. you and your repairman.
  79.  
  80.    This article was first authored by Roy Frisque and published on the
  81. newsletter Scanlines. Roy obtain his information from the Amiga Transactor,
  82. which is a great resource for the Amiga.
  83.  
  84.  
  85.                               AMIGA EXCHANGE
  86.                               24 HRS, 3/12/24 BAUD
  87.                               213-325-1796
  88.                               SysOp: Robert Takahashi
  89.  
  90.  
  91.  
  92.  
  93.