Welcome, Guest. Please login or register.

Author Topic: amiga virtual floppies  (Read 1555 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline peeteeTopic starter

  • Newbie
  • *
  • Join Date: Jun 2005
  • Posts: 4
    • Show only replies by peetee
amiga virtual floppies
« on: June 11, 2005, 07:26:08 AM »
hi all
i have a question someone out there might know how to make a program to do this or already have one

i at the moment have about 2,000 floppies for the amiga, i want to use .adf files off a cd-rom and enter it in a virtual floppy on a real amiga and be able to boot to use the software, if anyone knows how to do this can you let me know

cheers.
 

Offline Brian

  • Hero Member
  • *****
  • Join Date: Mar 2003
  • Posts: 1604
    • Show only replies by Brian
    • http://www.syntaxsociety.se
Re: amiga virtual floppies
« Reply #1 on: June 11, 2005, 08:04:35 AM »
My first bet would be to see if any of the existing adf software would support unpacking to RAD. Next I would see if one could make the RAD resisten (romtag). If that works the following would perhaps do it:

Unmount DF0: , Mount RAD: as DF0: , Make the 'DF0' resistent in memory , Unpack ADF to 'df0' , reset and try.

My concern is that the real DF0: will mess with the system after the reset.

Offline peeteeTopic starter

  • Newbie
  • *
  • Join Date: Jun 2005
  • Posts: 4
    • Show only replies by peetee
Re: amiga virtual floppies
« Reply #2 on: June 12, 2005, 12:25:29 AM »
thanks for replying,

i haven't done anything like that before, where do i put that information, do i have to make a bootable disk and put that in the startup-sequence??
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: amiga virtual floppies
« Reply #3 on: June 12, 2005, 01:36:25 AM »
It has to be said that 99.9% of cases this won't work.

The best chance of actually doing something like this would be to use WHDLoad.

@Brian
Quote
Next I would see if one could make the RAD resisten (romtag).

RAD is always resident.

Quote
If that works the following would perhaps do it:

Unmount DF0: , Mount RAD: as DF0: , Make the 'DF0' resistent in memory , Unpack ADF to 'df0' , reset and try.


Won't work. DF0 is created at boot time, whatever you do the previous system run won't affect it on the next.

Anyway, RAD is bootable for sure, but with lower priority than DF0. Regardless, most games will not work when booted from RAD, so it's lost cause anyway...

How does one make the 'DF0' resistent in memory anyway?

Quote
My concern is that the real DF0: will mess with the system after the reset.

It won't, but it does have higher priority than RAD. Well, just not having floppy in DF0 will make the system boot of RAD. But... see above.