Short: Simple Flash File System - draft and simple implementation Author: Marek 'March' Szyprowski Version: 0.1 Architecture: Linux kernel 2.6.10 Status: freeware, sources available on GPL licence This is a draft of Simple Flash File System written as a project for Device Drivers course on my studies. This filesystem has been designed to operate on flash card memories and systems with very limited resources (like i.e. 8bit microcontroller with only 4kb of RAM). Simple read-only driver for Linux of this filesystem and tools to create, modify and access data on it are provided. All sources are available on GPL license. The full filesystem specification is also available, but unfortunately only in Polish. Some day when I will have enough spare time I will translate it to English. Marek Szyprowski