kaiju / mkfatimg

A simple script to quickly create FAT formatted floppy disk images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkfatimg

A simple script to quickly create FAT floppy disk images from a set of files for use with older PCs, emulators, Gotek floppy emulators, etc.

Usage

mkfatimg.sh <disk image> <zip file|files...>

If a single zip file is passed as an argument the contents of the zip file will be added to the created disk image.

Dependencies

Nix

A Nix flake & derivation is provided for people with similar brainworms.

nix run github:kaiju/mkfatimg

About

A simple script to quickly create FAT formatted floppy disk images


Languages

Language:Shell 58.0%Language:Nix 42.0%