Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 531 Bytes

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

  • testing
  • basic interactive shell