Skip to content

TLVC Developer Notes pt. IV: File Systems

Helge Skrivervik edited this page Jan 13, 2025 · 1 revision

TLVC currently supports two file system types - the Minix 1 file system, a classic Unix style inode based file system, and the MSDOS or 'FAT' (FAT12 (floppy) and FAT16 (disk)) file system. Both types are bootable. Among other things, this document describes the tricks required to make a FAT file system bootable for Linux system.

The Minix 1 Filesystem

TBD

The TLVC FAT Filesystem Implementation

TBD