Feature Request: ao486 core, mount ZIP files like ROMS
Posted: Sun Sep 26, 2021 2:24 pm
Hello,
It would be real nice to use ZIP files like ROMS for the AO486 core.
The first step would be to mount ZIP files read-only, like a hard drive.
The second step would be to mount an overlay folder on that drive, fusing them into one.
(a bit like ROMS but for DOS, read from ZIP, write to the overlay)
This has multiple benefits (probably a lot more):
1. No manual conversion of games into VHD's
2. People could start configuring and share their own game profiles.
3. It saves a ton of disk space and time unzipping.
4. The overlay folder per game can be backuped,restored,modified,exchanged,deleted
5. Troubleshooting would be easier, since its so easy to restore/reset
6. Easy applying & rolling back game updates
Sources of interest:
ZIP mounting on Linux: fuse-zip
source: https://bitbucket.org/agalanin/fuse-zip/src/
Also an experimental ZIP-mount patch was made once: https://www.vogons.org/viewtopic.php?t=9591
OVERLAY mounting in the official DOSBox-SVN
topic: https://www.vogons.org/viewtopic.php?f= ... 9&p=744958
source: https://sourceforge.net/p/dosbox/code-0 ... verlay.cpp
It would be real nice to use ZIP files like ROMS for the AO486 core.
The first step would be to mount ZIP files read-only, like a hard drive.
The second step would be to mount an overlay folder on that drive, fusing them into one.
(a bit like ROMS but for DOS, read from ZIP, write to the overlay)
This has multiple benefits (probably a lot more):
1. No manual conversion of games into VHD's
2. People could start configuring and share their own game profiles.
3. It saves a ton of disk space and time unzipping.
4. The overlay folder per game can be backuped,restored,modified,exchanged,deleted
5. Troubleshooting would be easier, since its so easy to restore/reset
6. Easy applying & rolling back game updates
Sources of interest:
ZIP mounting on Linux: fuse-zip
source: https://bitbucket.org/agalanin/fuse-zip/src/
Also an experimental ZIP-mount patch was made once: https://www.vogons.org/viewtopic.php?t=9591
OVERLAY mounting in the official DOSBox-SVN
topic: https://www.vogons.org/viewtopic.php?f= ... 9&p=744958
source: https://sourceforge.net/p/dosbox/code-0 ... verlay.cpp