hgruniaux / Pi-kachULM_OS

A mini OS kernel for Raspberry PI 3 and 4
Other
3 stars 1 forks source link

[feat] Implement a filesystem #53

Closed hgruniaux closed 5 months ago

hgruniaux commented 6 months ago

See https://github.com/littlefs-project/littlefs.

At first, the filesystem could live in RAM.

See https://likle.github.io/cwalk/ to handle path parsing.