| 84716 packages online |
|
|
| disk/misc/diskimage.i386-aros.tar.bz2 | | | No screenshot available |
|
This is an AROS port of the 52.x OS4 diskimage.device.
It is not to be confused with Thore Boeckelmann's diskimage.device, since it is
a from scratch development and not based on it in any way, so don't even bother
trying to use his GUI together with this device since it won't work (they are
incompatible in this way). The same mountlists can however be used for both
devices.
Some important notes:
In order to mount .hdf files you will probably need to specify the correct
HighCyl value for the .hdf file in question (FFS2 ignores this value if
LowCyl = 0 so this is not a problem on OS4).
In order to get localisation to work with the diskimage.device you may have to
move the line containing the following command in S:startup-sequence so that
it's located after the C:IPrefs command or the device will always use only the
builtin english strings:
C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
Requirements:
- An x86 system capable of running AROS
- expat.library - included
- z.library (CISO, DAA, DAX, DMG and UIF plugins) - included
- bz2.library (DMG plugin) - included
Recommended:
- AISS (DiskImageGUI) - http://masonicons.info/
Supported disk image formats:
- adf (Amiga Disk File)
- adz (gzipped adf file)
- bin
- ccd (CloneCD)
- cso (Compressed ISO)
- cpr (same format as dsk)
- cue
- d64 (use with 1541-Handler)
- daa
- dax
- dmg (Apple disk image format)
- dms (DiskMaSher)
- dsk (CPCEmu, non-EXTENDED images only)
- fdi
- flac (with embedded cue file)
- gi (untested)
- hdf
- img
- iso (CD/DVD)
- mdf (Daemon Tools/Alcohol)
- mds (Daemon Tools/Alcohol)
- nrg (Nero)
- raw
- toast (Roxio Toast)
- uif (MagicISO)
- vdi (VirtualBox)
- wv (with embedded cue file)
Usage:
Put one of the included IDFx/ICDx mount files into DEVS:DOSDrivers (or
SYS:Storage/DOSDrivers in which case they will have to be mounted manually
with C:Mount before use).
To mount a disk image on ICD0:
MountDiskImage drive ICD0: imagefile.iso
To eject:
MountDiskImage drive ICD0: eject
Changes:
52.34 (5-Jan-2015)
- Rewrote TD_ADDCHANGEINT/TD_REMCHANGEINT implementation to be more compatible
with trackdisk.device/scsi.device.
- TD_REMOVE/TD_ADDCHANGEINT/TD_REMCHANGEINT are now implemented as quick
commands.
- Fixed a memory leak in the FLAC decoder.
- Replaced several calls to AllocVec()/FreeVec() with AllocMem()/FreeMem().
- Inlined semaphore structures and eliminated usage of CreateSemaphore()/
DeleteSemaphore() support functions.
- Inlined list structures and eliminated usage of CreateList()/DeleteList()
support functions.
- Inlined message structures and eliminated usage of CreateMsg()/DeleteMsg()
support functions.
- Eliminated usage of CreatePortNoSignal()/DeletePortNoSignal() support
functions.
- Eliminated usage of CreateExtHook()/DeleteExtHook() support functions.
- Ported the VDI plugin.
- Fixed DOSDrivers for new filesystem naming scheme (afs-handler instead of
afs.handler, cdrom-handler instead of cdrom.handler)
- Changed code to use clib swab(), strlcpy() and strlcat() functions.
52.33 (20-Sep-2014)
- MDS track mode detection now only looks at the 3 least significant bits.
- Added MODE 2 FORM 1 / 2448 support to MDS plugin.
- Added compiled in black and white fallback images same as in the
m68k-amigaos version.
- The MDS plugin now checks the signature and version fields before trying to
read the session data and returns ERROR_NOT_IMPLEMENTED for version 2.0 and
newer MDS files.
- Moved the code for opening the MDF file to the end of the MDS_OpenImage()
function.
See diskimage.guide/Changelog in the archive for a complete list of changes.
|
Contents of disk/misc/diskimage.i386-aros.tar.bz2drwxrwxr-x salass00/salass00 0 2015-01-05 04:05 diskimage_device/
-rw-rw-r-- salass00/salass00 5757 2013-03-27 01:24 diskimage_device/DiskImageGUI.info
-rwxrwxr-x salass00/salass00 4339 2013-03-27 01:24 diskimage_device/Install.info
drwxrwxr-x salass00/salass00 0 2015-01-05 04:05 diskimage_device/C/
-rwxrw-rw- salass00/salass00 14364 2015-01-05 04:05 diskimage_device/C/MountDiskImage
-rwxrw-rw- salass00/salass00 14764 2015-01-05 04:05 diskimage_device/C/MountHDF
-rwxrwxr-x salass00/salass00 62021 2015-01-05 04:02 diskimage_device/diskimage.guide
drwxrwxr-x salass00/salass00 0 2014-09-19 12:52 diskimage_device/ENVARC/
drwxrwxr-x salass00/salass00 0 2014-09-19 12:52 diskimage_device/ENVARC/DiskImage/
-rwxrwxr-x salass00/salass00 97 2013-03-27 01:24 diskimage_device/ENVARC/DiskImage/unit_5.xml
-rwxrwxr-x salass00/salass00 97 2013-03-27 01:24 diskimage_device/ENVARC/DiskImage/unit_4.xml
-rw-rw-r-- salass00/salass00 3892 2015-01-05 04:01 diskimage_device/diskimage_device.readme
-rw-rw-r-- salass00/salass00 1308 2013-03-27 01:24 diskimage_device/diskimage_device.readme.info
-rwxrw-rw- salass00/salass00 40320 2015-01-05 04:05 diskimage_device/DiskImageGUI
drwxrwxr-x salass00/salass00 0 2015-01-05 04:05 diskimage_device/Devs/
drwxrwxr-x salass00/salass00 0 2015-01-05 02:45 diskimage_device/Devs/DOSDrivers/
-rwxrwxr-x salass00/salass00 219 2015-01-05 02:45 diskimage_device/Devs/DOSDrivers/IDF1
-rwxrwxr-x salass00/salass00 220 2015-01-05 02:44 diskimage_device/Devs/DOSDrivers/ICD0
-rwxrwxr-x salass00/salass00 219 2015-01-05 02:45 diskimage_device/Devs/DOSDrivers/IDF0
-rwxrwxr-x salass00/salass00 220 2015-01-05 02:45 diskimage_device/Devs/DOSDrivers/ICD1
drwxrwxr-x salass00/salass00 0 2015-01-05 04:05 diskimage_device/Devs/DiskImage/
-rwxrw-rw- salass00/salass00 8476 2015-01-05 04:05 diskimage_device/Devs/DiskImage/DAA
-rwxrw-rw- salass00/salass00 4372 2015-01-05 04:05 diskimage_device/Devs/DiskImage/CPC
-rwxrw-rw- salass00/salass00 8024 2015-01-05 04:05 diskimage_device/Devs/DiskImage/CCD
-rwxrw-rw- salass00/salass00 12192 2015-01-05 04:05 diskimage_device/Devs/DiskImage/DMS
-rwxrw-rw- salass00/salass00 5004 2015-01-05 04:05 diskimage_device/Devs/DiskImage/CISO
-rwxrw-rw- salass00/salass00 4700 2015-01-05 04:05 diskimage_device/Devs/DiskImage/DAX
-rwxrw-rw- salass00/salass00 811604 2015-01-05 04:05 diskimage_device/Devs/DiskImage/CUE
-rwxrw-rw- salass00/salass00 6700 2015-01-05 04:05 diskimage_device/Devs/DiskImage/NRG
-rwxrw-rw- salass00/salass00 124416 2015-01-05 04:05 diskimage_device/Devs/DiskImage/FDI
-rwxrw-rw- salass00/salass00 4704 2015-01-05 04:05 diskimage_device/Devs/DiskImage/GI
-rwxrw-rw- salass00/salass00 6664 2015-01-05 04:05 diskimage_device/Devs/DiskImage/MDS
-rwxrw-rw- salass00/salass00 9488 2015-01-05 04:05 diskimage_device/Devs/DiskImage/DMG
-rwxrw-rw- salass00/salass00 5524 2015-01-05 04:05 diskimage_device/Devs/DiskImage/UIF
-rwxrw-rw- salass00/salass00 6124 2015-01-05 04:05 diskimage_device/Devs/DiskImage/VDI
-rwxrw-rw- salass00/salass00 31420 2015-01-05 04:05 diskimage_device/Devs/diskimage.device
drwxrwxr-x salass00/salass00 0 2015-01-05 04:05 diskimage_device/Libs/
-rwxrw-rw- salass00/salass00 199317 2015-01-05 04:05 diskimage_device/Libs/expat.library
-rwxrw-rw- salass00/salass00 54469 2015-01-05 04:05 diskimage_device/Libs/z.library
-rwxrw-rw- salass00/salass00 57279 2015-01-05 04:05 diskimage_device/Libs/bz2.library
-rwxrwxr-x salass00/salass00 1220 2013-03-27 01:24 diskimage_device/Install
-rw-rw-r-- salass00/salass00 1308 2013-03-27 01:24 diskimage_device/diskimage.guide.info
-rwxrwxr-x salass00/salass00 8120 2013-03-27 01:24 diskimage_device.info
|
|
|
|
Aminet © 1992-2024 Urban
Müller and
the Aminet team.
Aminet contact address: <aminetaminet net> |