Welcome, Guest. Please login or register.

Author Topic: Possible to use fastmem instead of chip?  (Read 2731 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Possible to use fastmem instead of chip?
« on: December 17, 2011, 01:25:21 PM »
Quote from: dougal;671674
I only have 16mb fastmem. Is that enough?

Would shoving kickstart to fastmem instead of rom speed things up? and can it be done with my Apollo 1240?


Yes, if it isn't already. I had a very early model Apollo 1240 and found that various things were in Chip RAM that should be remapped, such as the VBR, exec base and a few kickstart libraries. Remapping those (and the kickstart) made a conspicuous increase in speed, well worth spending a MB or so of my 16MB (as it was then).

Later, I added FBlit, FText and newicons to the mix and again, noticed the improvement.

Chip RAM should ideally just be for stuff the custom chips are going to use; bitmaps, sprites and maybe some sounds (if not using AHI). Stuff the CPU needs to use, code or data, is going to slow down if it's there.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Possible to use fastmem instead of chip?
« Reply #1 on: December 17, 2011, 01:54:11 PM »
Quote from: dougal;671695
Also id like to know what software to use to remap the kickstart to fastmem.


http://aminet.net/package/util/boot/RemAPollo
int p; // A