Skip to content

Add the ramfs recipe

Jacob Lorentzon requested to merge 4lDO2/cookbook:ramfs-recipe into master

Adds a recipe to https://gitlab.redox-os.org/redox-os/ramfs, which is a ramfs with write support (unlike initfs: which seems to silently discard writes). Some drivers that are spawned before redoxfs gets to initialize the file: scheme, like pcid, xhcid or redoxfs itself, might want some proper logging, which this scheme allows.

This daemon is also supposed to be included in the initfs, so that it can be spawned before pcid is initialized.

Edited by Jacob Lorentzon

Merge request reports