Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: XDelusion on March 01, 2011, 09:34:26 PM

Title: RAD into Fast RAM?
Post by: XDelusion on March 01, 2011, 09:34:26 PM
I tried using FastRAM off Aminet, but low and behold, I could not make sense out of the docs.

I know I pulled this off years ago, but am not having luck now.

All I want is RAD to go into my FAST RAM, and I want to be able to tell it not to remember its contents upon reboot.

P.S. I'll prolly be using BlizKick soon once I figure it out, I've heard that can cause issues...
Title: Re: RAD into Fast RAM?
Post by: vox on March 01, 2011, 09:35:30 PM
Quote from: XDelusion;618782
I tried using FastRAM off Aminet, but low and behold, I could not make sense out of the docs.

I know I pulled this off years ago, but am not having luck now.

All I want is RAD to go into my FAST RAM, and I want to be able to tell it not to remember its contents upon reboot.

P.S. I'll prolly be using BlizKick soon once I figure it out, I've heard that can cause issues...

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.
Title: Re: RAD into Fast RAM?
Post by: Piru 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.
Title: Re: RAD into Fast RAM?
Post by: XDelusion on March 03, 2011, 05:12:15 AM
O.K. can someone please post a link to an alternative to RAD, or something that will patch it to use Fast RAM that is easy to use?

Or point me an a nice friendly alternative to Track Saver GUI that will support StatRam:

http://aminet.net/package/disk/misc/statram31

I'd prefer to keep using Track Saver Gui though, it's so nice!!! :)

http://aminet.net/disk/misc/tsgui.lha
Title: Re: RAD into Fast RAM?
Post by: Franko on March 03, 2011, 05:16:17 AM
Quote from: XDelusion;619177
O.K. can someone please post a link to an alternative to RAD, or something that will patch it to use Fast RAM that is easy to use?

Or point me an a nice friendly alternative to Track Saver GUI that will support StatRam:

http://aminet.net/package/disk/misc/statram31

I'd prefer to keep using Track Saver Gui though, it's so nice!!! :)

http://aminet.net/disk/misc/tsgui.lha


Not sure what your machine is but on ALL my A1200s with fast ram RAD: automatically places itself in FAST RAM and only goes to CHIP RAM if that's all you have... :)
Title: Re: RAD into Fast RAM?
Post by: XDelusion on March 03, 2011, 05:32:16 AM
I'm running a 1200 with Workbench 3.1

RAD goes straight for the Chip Ram for me. Sucks ass. Why can't we have more Chip RAM?! :(
Title: Re: RAD into Fast RAM?
Post by: Franko on March 03, 2011, 05:50:55 AM
Quote from: XDelusion;619184
I'm running a 1200 with Workbench 3.1

RAD goes straight for the Chip Ram for me. Sucks ass. Why can't we have more Chip RAM?! :(


Odd... here's the RAD DOSdriver taken from one of my A1200s with 3.1...

Code: [Select]
/* $VER: RAD 40.1 (31.8.93)
 *
 * Recoverable RAM disk mount entry
 *
 * You can create different simultaneous recoverable RAM disks by creating
 * versions of this file with different Unit values.
 *
 * The size of a recoverable RAM disk is controlled by the value of the
 * HighCyl line. Increasing this value by 1 consumes an additional 11K of
 * RAM. So the default value of 79 consumes around 880K of memory.
 */

Device = ramdrive.device
Unit = 0
Flags = 0
Surfaces = 2
SectorsPerTrack = 11
SectorSize      = 512
Reserved = 2
Interleave = 0
Buffers = 5
BufMemType = 1

/* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
 *
 * LowCyl = 0
 * HighCyl = 79
 */


The tooltypes in the RAD.info (icon) file should be set as...

ACTIVATE =1
LOWCYL =0
HIGHCYL =79

And that should be all you need for your RAD: to be in your fastmem... :)

If it doesn't work for yours then I can only think that your RAM expansion does not autoconfig and this could be the problem, but to be honest I've never came across that before, what type of RAM expansion are you using... :)
Title: Re: RAD into Fast RAM?
Post by: LoadWB on March 03, 2011, 05:51:30 AM
Quote from: XDelusion;619184
I'm running a 1200 with Workbench 3.1

RAD goes straight for the Chip Ram for me. Sucks ass. Why can't we have more Chip RAM?! :(


Well, my 4000D motherboard has a 8MB ChipRAM jumper.




(Please don't hit me.)
Title: Re: RAD into Fast RAM?
Post by: zipper on March 03, 2011, 06:23:32 AM
I didn't even think it, just changed the tool types to create a 10 MB  RAD to test OS 3.9 booting from RAD - which it did fine.
Title: Re: RAD into Fast RAM?
Post by: XDelusion on March 04, 2011, 04:35:31 AM
Quote from: LoadWB;619189
Well, my 4000D motherboard has a 8MB ChipRAM jumper.




(Please don't hit me.)


I want one! :)
Title: Re: RAD into Fast RAM?
Post by: J-Golden on March 04, 2011, 05:43:51 AM
Quote from: LoadWB;619189
Well, my 4000D motherboard has a 8MB ChipRAM jumper.
 
 
 
 
(Please don't hit me.)

You know that is a typo.  I corrected my Mobo with a magic marker.  It now says 98MB ChipRAM!!!!:roflmao:
Title: Re: RAD into Fast RAM?
Post by: Thomas on March 04, 2011, 10:11:50 AM
Quote from: Franko;619180
Not sure what your machine is but on ALL my A1200s with fast ram RAD: automatically places itself in FAST RAM and only goes to CHIP RAM if that's all you have... :)



If only people would read what more skilled people write before they reply. Piru has explained it already: if the accelerator's RAM survives a reset, then RAD can go to fast-RAM. If you've got a cheap accelerator, then RAD goes to chip-RAM because your fast-RAM does not survive a reset.



Quote from: XDelusion;619177
O.K. can someone please post a link to an alternative to RAD, or something that will patch it to use Fast RAM that is easy to use?

Or point me an a nice friendly alternative to Track Saver GUI that will support StatRam:

http://aminet.net/package/disk/misc/statram31

I'd prefer to keep using Track Saver Gui though, it's so nice!!! :)

http://aminet.net/disk/misc/tsgui.lha


I wonder what you need this RAD for if you only use it to create ADFs. There are means to mount ADFs directly as virtual floppy drives without writing them to RAM.

For example
http://aminet.net/package/disk/misc/xfs
http://aminet.net/package/disk/misc/fmsdisk
http://aminet.net/package/disk/misc/diskimage
http://aminet.net/package/disk/misc/diskimage.m68k-aos
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 10:15:38 AM
Quote from: Thomas;619556
If only people would read what more skilled people write before they reply. Piru has explained it already: if the accelerator's RAM survives a reset, then RAD can go to fast-RAM. If you've got a cheap accelerator, then RAD goes to chip-RAM because your fast-RAM does not survive a reset.


Ahem... and what make you think Piru is "more skilled" than me... cheeky bugger... :razz:
Title: Re: RAD into Fast RAM?
Post by: Thomas on March 04, 2011, 10:20:51 AM
Quote from: XDelusion;619177
Or point me an a nice friendly alternative to Track Saver GUI that will support StatRam:


Why do you think that TSGUI does not support StatRAM? Both SD0 and PC4 appear in TSGUI's device list and can be read and written to.
Title: Re: RAD into Fast RAM?
Post by: Thomas on March 04, 2011, 10:33:10 AM
Quote from: Franko;619559
Ahem... and what make you think Piru is "more skilled" than me... cheeky bugger... :razz:


His replies are of higher quality. Your posts usually contain only guesswork.
Title: Re: RAD into Fast RAM?
Post by: kolla on March 04, 2011, 10:45:04 AM
I'm pretty sure that one of the options can specify what ram to use, perhaps flags.
As for the 8MB jumper, I believe it is there in case you do not find any 2MB module to use for chip, and want to use a 4MB or 8MB module instead. Only 2MB will show up in the system, regardless.
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 10:46:05 AM
Quote from: Thomas;619564
His replies are of higher quality. Your posts usually contain only guesswork.

You really are a pretentious little git aren't you...

His posts and yours especially are generally written in a form that tries to boost your over inflated ego, by using as much technical wording as you can to try and make yourself look clever...

I on the other hand try to keep my posts to a level that folk in general will find easy to understand and solve their problems without trying to baffle them with huge numbers and technical jargon that is not required to solve the issue...

I'd always reckoned you were the type who likes nothing better than to make himself come across as a know it all and today you've just confirmed for me that is indeed the case...

As for guesswork, try again smart arse, 25 years of programming and using Amigas is a lot more than just guesswork, what's the matter don't you like it when someone else tries to give out advice and treads on your over inflated ego...:rolleyes:
Title: Re: RAD into Fast RAM?
Post by: Tension on March 04, 2011, 10:54:33 AM
:rtfa:
Title: Re: RAD into Fast RAM?
Post by: Piru 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.
Title: Re: RAD into Fast RAM?
Post by: kolla on March 04, 2011, 10:59:01 AM
Quote from: Piru;619573
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.


Sure, but at least you tried. I can also imagine situations where one specifically want to use chip ram, even when there is plenty of fast ram.
Title: Re: RAD into Fast RAM?
Post by: nicholas on March 04, 2011, 11:37:23 AM
Quote from: XDelusion;618782
I tried using FastRAM off Aminet, but low and behold, I could not make sense out of the docs.

I know I pulled this off years ago, but am not having luck now.

All I want is RAD to go into my FAST RAM, and I want to be able to tell it not to remember its contents upon reboot.

P.S. I'll prolly be using BlizKick soon once I figure it out, I've heard that can cause issues...


What accelerator do you have?

As others have said, RAD can only use warmcapture RAM.
Title: Re: RAD into Fast RAM?
Post by: jj on March 04, 2011, 11:51:22 AM
Quote from: Franko;619567
You really are a pretentious little git aren't you...
 
His posts and yours especially are generally written in a form that tries to boost your over inflated ego, by using as much technical wording as you can to try and make yourself look clever...
 
I on the other hand try to keep my posts to a level that folk in general will find easy to understand and solve their problems without trying to baffle them with huge numbers and technical jargon that is not required to solve the issue...
 
I'd always reckoned you were the type who likes nothing better than to make himself come across as a know it all and today you've just confirmed for me that is indeed the case...
 
As for guesswork, try again smart arse, 25 years of programming and using Amigas is a lot more than just guesswork, what's the matter don't you like it when someone else tries to give out advice and treads on your over inflated ego...:rolleyes:

 
And Franko if your mission on Amiga.org is to become more annoying than doomy/aethist and a few others combined, you have excelled.
 
What is your problem. You are a very Angry/bitter/Annoying
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 11:56:46 AM
Quote from: JJ;619586
And Franko if your mission on Amiga.org is to become more annoying than doomy/aethist and a few others combined, you have excelled.
 
What is your problem. You are a very Angry/bitter/Annoying


As soon as I saw you were online I guessed it wouldn't be long before you opened your big gob...

No mission here pal, if what I say upsets your cosy wee world then tough luck...

I don't have a problem, seems to me you're the one with the problem, can't handle it when someone speaks the truth and says it like it is, go take a hike..
Title: Re: RAD into Fast RAM?
Post by: jj on March 04, 2011, 12:43:12 PM
There are ways of replying to people.  Yes Piru can be abrupt and Thomas is very to the point.  But there is the language/culture barrier as well.
 
It really does not seem to take anything to grind your gears.
 
Must look, there must be way so I dont see your pointless drivel
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 12:58:07 PM
Quote from: JJ;619597
There are ways of replying to people.  Yes Piru can be abrupt and Thomas is very to the point.  But there is the language/culture barrier as well.
 
It really does not seem to take anything to grind your gears.
 
Must look, there must be way so I dont see your pointless drivel


You've been here a lot longer than me and you don't even know how to put someone on your ignore list, not very bright are you...

You may not like my pointless drivel but you seem to read it often enough then go out of your way to respond to it, methinks your confused as well as  being Welsh... :lol:

Still there is hope even for you his dudeness the dude has kindly started up a nice wee group where hopeless cases like you can go and get some help & rehab for your obvious addiction... :)

Nothing grinds my gears mate, just love sitting here and watching folk like yourself getting into a flap about mere words typed on a screen and who can't tell the difference between the real world and this place called the internet... ;)
Title: Re: RAD into Fast RAM?
Post by: jj on March 04, 2011, 01:11:37 PM
About 11 years I think.This site has gone through many revisions and board software in time I been on here. Never had the want to ignore people in the past. There is just something about your posts that makes me Angry. Must be my issue.
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 01:19:02 PM
Quote from: JJ;619605
About 11 years I think.This site has gone through many revisions and board software in time I been on here. Never had the want to ignore people in the past. There is just something about your posts that makes me Angry. Must be my issue.

Well I've said it before and I'll say it gain "never take anything I have to say too seriously"...

Sorry but I can't help you with your anger and I aint gonna change the way I write things to please anyone, best advice I can give is either put me on your ignore list (plenty of others have) or lighten up a wee bit and take my posts in the spirit there meant to be taken, ie: not too seriously and with humour... :)
Title: Re: RAD into Fast RAM?
Post by: rockape on March 04, 2011, 01:34:34 PM
Quote from: kolla;619565
I'm pretty sure that one of the options can specify what ram to use, perhaps flags.
As for the 8MB jumper, I believe it is there in case you do not find any 2MB module to use for chip, and want to use a 4MB or 8MB module instead. Only 2MB will show up in the system, regardless.


Quote,

"As for the 8MB jumper, I believe it is there in case you do not find any 2MB module to use for chip, and want to use a 4MB or 8MB module instead. Only 2MB will show up in the system, regardless"

Hi,

Nope, dont even think of changing that jumper to the 8 Meg setting.

It has nothing to do with using SIMMs.

It was part of a motherboard development which never happened.

See  http://wonkity.com/~wblock/a4000hard/mbjumper.html

"J213: Chip RAM: 2M or 8M

1-2 Closed: 2M Chip RAM (default).

2-3 Closed: 8M Chip RAM. This option was apparently for use with the never-released AAA chip set, and won't work in a normal A4000."


Regards, Michael


aka rockape
Title: Re: RAD into Fast RAM?
Post by: XDelusion on March 04, 2011, 05:44:16 PM
RAD's icon info looks as it should.

And I'm using an Apollo 060 for my extra RAM.
Title: Re: RAD into Fast RAM?
Post by: Thomas on March 04, 2011, 07:27:28 PM
http://www.amiga.org/forums/showpost.php?p=619556&postcount=12
http://www.amiga.org/forums/showpost.php?p=619561&postcount=14
Title: Re: RAD into Fast RAM?
Post by: odin on March 04, 2011, 08:15:31 PM
Quote from: JJ;619605
Must be my issue.

Nope, not just yours.
Title: Re: RAD into Fast RAM?
Post by: Franko on March 04, 2011, 08:17:28 PM
Quote from: odin;619715
Nope, not just yours.


Tough luck for you as well then mate... :)

Oh... I forgot you can't read this cos I'm on your ignore list... :roflmao:
Title: Re: RAD into Fast RAM?
Post by: Nostalgiac on March 04, 2011, 08:48:21 PM
Quote from: Franko;619607
take my posts in the spirit there meant to be taken, ie: not too seriously and with humour... :)


keep going Franko :D

cheers !
Tom UK
Title: Re: RAD into Fast RAM?
Post by: XDelusion on March 04, 2011, 08:53:28 PM
Quote from: Thomas;619706
http://www.amiga.org/forums/showpost.php?p=619556&postcount=12
http://www.amiga.org/forums/showpost.php?p=619561&postcount=14


Aghh, I recognise the names of some of this software! I think this will do it, will go home and test here in a bit. :)
Title: Re: RAD into Fast RAM?
Post by: Lord Aga on December 16, 2012, 10:15:38 AM
Resurrection time :D
I too was baffled by this. Sometimes RAD would go to chip RAM, sometimes it would go to fast RAM. After a little experimenting I found this:
Boot up, start Dopus, call RAD from Dopus, it will settle down in fast RAM, and stay there after reset.
This is with A603 1MB chip RAM board + Kipper2k's 4MB fast RAM board.

Hope it helps :)

Question for XDelusion:
Have you managed to set up FF0 to FF3 Drives ? I can seem to get it working :(