dtvwiki

http://pelrun.github.io/dtvwiki

This project is maintained by pelrun

Standard DTV ROM file system

For a description of the normal DTV ROM file system (read only, device 1, directory at $010000, files at $014000) see http://galaxy22.dyndns.org/dtv/common/flash-files/ and DTV2 Kernal disassembly.

DTVFS2

This is a description of a to-be implemented DTV flash filesystem that can be modified more easily and allows implementation of SAVE on the DTV.

Interesting links:

Requirements

Not required:

Filesystem outline

Data structures

Algorithms

This does not handle unstable erases due to power outage completely.

Implementation plan