Skip to content

Releases: OSH-2023/ErisFS

Demo ErisFS [ramfs supported]

08 Jul 07:50
Compare
Choose a tag to compare

v0.1.0 of ErisFS
Usage

echo 'QEMU RTOSdemo started'; \
qemu-system-arm -machine mps2-an385 -cpu cortex-m3 \
-kernel ./RTOSDemo.out \
-monitor none -nographic -serial stdio -s -S

Supported

Posix File APIs:

  • open, close, read, write, rename, unlink, stat, fstat, creat, lseek, ftruncate ...
  • mount, unmount, mkfs, statfs ...

Filesystems:

  • ramfs

Unsupported

  • Anything about directories, due to the limit of ramfs.