Files
RedBear-OS/ramfs
bjorn3 8286249ff7 Remove unreachable dup impls
Dup calls with an empty path never reach scheme implementations
2025-03-30 17:51:07 +02:00
..
2025-03-30 17:51:07 +02:00

ramfs

A mountable filesystem, which contents is stored in RAM. Useful for early logging, before redoxfs has been started. The initfs: scheme seems to lack read-write support, and thus this ramfs driver allows logs to be written in initfs drivers.

How To Contribute

To learn how to contribute to this system component you need to read the following document:

Development

To learn how to do development with this system component inside the Redox build system you need to read the Build System and Coding and Building pages.

How To Build

To build this system component you need to download the Redox build system, you can learn how to do it on the Building Redox page.

This is necessary because they only work with cross-compilation to a Redox virtual machine, but you can do some testing from Linux.