brabo / lmfm

Lean Mean FAT Machine
GNU General Public License v2.0
2 stars 0 forks source link

Lean Mean FAT Machine

Introduction

A framework for fast and easy development of a FAT FS implementation for Frosted.

Aims to provide an environment where all required aspects of Frosted are emulated to develop and test the FAT FS implementation in Linux userland.

At this point, only FAT32 is supported.

Compilation

$ make

Usage

$ ./lmfm ../sd.img

TODO