home *** CD-ROM | disk | FTP | other *** search
/ ANews 2 / AnewsCD2.iso / Indispensables / Librairies / 68060-040 / CyberMap.doc < prev    next >
Text File  |  1999-10-04  |  1KB  |  71 lines

  1. CyberMap is a quick hack to provide the ability to load kickstart rom
  2. files resident.
  3.  
  4. "FILE,ROM/S,A3640/S,MK1/S,MK2/S,MK3/S,PPC/S,BLIZZPPC/S,FORCE/S,PATCH/S,PATCHMAC/S,PATCHSCSI/S,PATCHNCRSCSI/S,SUMKICK/S,DELAY/N/K,VERBOSE/S";
  5.  
  6. are the options. It does an autodetect of the boards if you
  7. don`t specify a certain board. If it can`t detect a board it
  8. assumes A3640/MK1
  9.  
  10. A3640
  11.  A3640
  12.  
  13. MK1
  14.  CyberStorm MK1
  15.  
  16. MK2
  17.  CyberStorm MK2
  18.  
  19. MK3
  20.  CyberStorm MK3 and PPC 
  21.  
  22. PPC
  23.  CyberStorm PPC 
  24.  
  25. BLIZZPPC
  26.  Blizzard PPC 
  27.  
  28. PATCH
  29.  disable the IDE controller
  30.  
  31. PATCHMAC
  32.  start memory allocation from 0x4000, so
  33.  prepareemul isn`t needed anymore
  34.  
  35. PATCHSCSI
  36.  should disable the scsi.device resident module
  37.  with the result that the A4000 IDE scsi.device
  38.  or A3000 scsi device aren`t available anymore.
  39.  (Boot speedup)
  40.  
  41. PATCHNCRSCSI
  42.  should disable the NCR scsi.device resident module
  43.  in the A4000t with the result that the A4000t NCR
  44.  scsi device isn`t available anymore.
  45.  (Boot speedup)
  46.  
  47. PATCHNOCHECKSUM
  48.   should disable the kickstart checksum test.
  49.   This may speed up your boot by a little time.
  50.  
  51.   !!BEWARE!!
  52.   If your system only works with this option either
  53.   your rom checksum is broken(can be fixed with
  54.   SUMKICK) or you have a hw problem.
  55.  
  56. SUMKICK
  57.  builds a new sum for a kickstart
  58.  
  59. FORCE
  60.  also maps a kickstart file with the same version.
  61.  
  62. DELAY
  63.  delay the reset by x seconds
  64.  
  65. ROM
  66.  only map the current rom again.
  67.  Not faster or slower than rom2fast.
  68.  
  69. VERBOSE
  70.  get more output
  71.