SeptemberOS
Filesystems
SeptemberOS provides generic filesystems framework. Implementations are
required to provide a set of common file operations (backends for
open(), read(), write(), close(), readdir(), seekdir(), stat(),
rename(), unlink() etc.) Backends may be implemented by a
pseudo-filesystem, which doesn't access permanent storage media.
Currenly SeptemberOS is provided with ext2 and FAT filesystems
implementations.
|