Skip to content
Krzysztof Jurkowski edited this page Aug 21, 2023 · 1 revision

FAT

Tool for reading files stored on Floppy Image

Usage

<tool> <pathToIMG> <fileName>
<tool> <pathToIMG> <folderName> <fileName>

IMPORTANT

Make sure to enter file/folder names as 12-byte strings.

Any excess should be padded with spaces and make sure to place file extension at the end of it.

Example

./build/tools/fat "./build/main_floppy.img" "TEST    TXT"

Clone this wiki locally