Software |
DMX4Linux Driver Suite for Linux |
csv2iif.pl suite convert PayPal transactions to IIF, OFX, QIF |
Hardware |
DMX30 Interface 128Ch SPP |
DMX43 Interface 2out 2in EPP |
LED Hardware for Linux and Windows |
EPROM Sampler for 8 bits of sound |
Misc |
CatWeasel Linux drivers for MK3/4 PCI |
pg_trompe PostgreSQL replication |
trycatch C exception/signal handling lib |
Patches to various software |
Tools and small scripts |
Docs misc documents |
Links to lighting stuff |
cbmfs - a fuse filesystem for Commodore disk imagesWith cbmfs you can mount your 8-bit Commodore disk images into your local filesystem. Currently d64, d71, d81, d80, d82 images are supported in read and write mode. To compile cbmfs you need the FUSE development files installed on your computer and to use cbmfs you have to enable the FUSE kernel module. The kernel module is normally loaded automatically if it has been compiled into your kernel. To mount an image to /mnt execute the following command: cbmfs tries to resemble the commodore filetype by setting the unix file
access permissions. If you change the file permissions on unix with
chmod 777 Note that cbmfs is still in the development phase and may not work 100% correct. You should always work with a backup copy of the image you are mounting in case cbmfs will corrupt something on the image. Download
cbmfs-1.0.tar.gz released 2006-07-21 for fuse 2.x. ContactFor questions and suggestions contact the author: Dirk Jagdmann <doj@cubic.org> Trivia and LinksThe code was written from scratch and does not fork from the
ancient read-only linux kernel filesystems for 1.1 to 2.0 kernel from
Dan
Fandrich or the linux 2.2 fs from David Weinehall. |