Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
D64_fs | Description: | Filesystem for .d64 disk images | Download: | d64_fs.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 11kb | Version: | 0.3 | Date: | 16 Nov 2007 | Author: | Fredrik Wikström | Submitter: | Fredrik Wikström | Email: | fredrik/a500 org | Homepage: | http://a500.org | Category: | driver/filesystem | License: | Freeware | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 3168 | | | Comments: | 1 | Snapshots: | 0 | Videos: | 0 | Downloads: | 496 (Current version) | | 497 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
This filesystem is written for diskimage.device versions 52.21 and higher
(mounting of .d64 image files). There is a "ID64" dosdriver included for this
purpose.
I am writing this mostly as an excercise in writing filesystems for AmigaOS.
That the D64 filesystem is extremely simple (no directories, all files in root
dir) is a good thing in this case.
The filesystem is in a very early alpha stage at the moment also being the first
filesystem I have written so there may be bugs.
It does support browsing/reading files though, and seems stable at this. It has
no write support however (don't think I will implement it in this filesystem).
Known Bugs:
- removing a disk while it is being accessed (read from) will result in a crash
Changes:
0.3 (16-Nov-2007)
- Now gets the correct file sizes in bytes (thanks to Lou Dias for pointing out
how to do this)
0.2 (12-Nov-2007)
- Fixed a crash on disk removal
- Fixed filename reading
- Fixed crash when running the diskimage.device installer with ID64: mounted
but no disk inserted (to workaround either insert a .d64 image or disable
by f.e. moving the DOSDriver into SYS:Storage/DOSDrivers)
0.1
- First released version
|