Welcome, Guest. Please login or register.

Author Topic: RAD into Fast RAM?  (Read 9914 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: RAD into Fast RAM?
« on: March 01, 2011, 09:47:54 PM »
Quote from: vox;618783
http://www.amigahistory.co.uk/rad.html

A RAD drive is a virtual disk drive created from the Amigas memory. By default the standard RAD mount uses Chip Ram. The only way to change this is to get one of the alternatives available, such as the freeware utility, StatRam. This can be found on Aminet and in many PD libraries. StatRam allows the use of any other memory and, unlike the standard RAD disk, alters its size dynamically. If you have a Blizzard accelerator there is also a program available that specifically uses the Blizzards RAM fitted on the card.
That is actually not true. RAD certainly is NOT limited to Chip Ram. All accelerators that add their memory to the system early enough (and thus get MEMF_KICK flag for their memory) can be used for the RAD. There are no tricks and hacks required.

There are however some hacks that enable the MEMF_KICK for some accelerators that don't normally have it.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: RAD into Fast RAM?
« Reply #1 on: March 04, 2011, 10:55:53 AM »
Quote from: kolla;619565
I'm pretty sure that one of the options can specify what ram to use, perhaps flags.

But the mask is internally always ORed with MEMF_KICK. Thus if you try to force MEMF_FAST and your fast memory doesn't have MEMF_KICK the RAD mount will fail.