home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / hardware / 15105 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.7 KB  |  54 lines

  1. Newsgroups: comp.sys.amiga.hardware
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!well!pwappy
  3. From: pwappy@well.sf.ca.us (Jeff Walkup)
  4. Subject: Re: SOLVED!!!! Reboot with 1.3 using SetCpu under 2.04
  5. Message-ID: <BuBxvw.Hpt@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. Date: Wed, 9 Sep 1992 21:19:07 GMT
  9. Lines: 43
  10.  
  11.  
  12. tope@enea.se (Tommy Petersson) writes:
  13.  
  14. > Just thought I'd mention that I added this last night.  It now KICKROMS
  15. 1.3
  16. > and allows you to use your hard disk.  Any other Suggestions?
  17.  
  18. Yes, make it recognize and add the 3000's fastmem.
  19. (I think you mentioned this, just want to make sure ;^)
  20.  
  21.  
  22. cs90rol@brunel.ac.uk (Richard O Lavey) writes:
  23.  
  24. > If anyone knows of a way of putting a Kickstart 1.3 file from a floppy
  25. > onto a hard disk , then could they also let me know !
  26.  
  27. If you are using an "A3000 SuperKickstart" disk, you can do this by
  28. using the C= command "Makefiles".  This should be in Devs:, at least
  29. it's there on my machine, which originally came with the 2.00 'boot roms'
  30. The C= install script calls "Makefiles" to update the Kickstart file.
  31. Usage goes a little like this:
  32.  
  33.   Makefiles dfx: 1.3|2.0 filename
  34.  
  35. so for your purposes, insert your Superkickstart disk in df0: and
  36. type:
  37.  
  38.   Makefiles df0: 1.3 devs:kickstart
  39.  
  40. This'll put a 1.3 Kickstart file into devs:kickstart.
  41. Then, to reboot under 1.3, type:
  42.  
  43.   SetCPU kickrom devs:kickstart
  44.  
  45. You will have to boot from a 1.3 floppy (for now) and use "addmem"
  46. to resurrect your fastmem.  The 2.0 program "Tools/Showconfig" should
  47. tell you the correct addresses to use with "addmem"  Once you've done
  48. that, you might as well invoke:
  49.  
  50.   SetCPU fastrom
  51.  
  52. to move the 1.3 ROM image from chipmem into fastmem.
  53.  
  54.