summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ramfs.rst
blob: d27f88561f3ab79c3211c328753f7fc92bc737fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.. index:: ramfs (filesystem)

RAM filesystem
==============

ramfs is a simple malloc-based filesystem. An instance of ramfs is
mounted during startup on /. The filesystem type passed to ``mount``
is ``ramfs``.

Example::

  barebox:/ mount none ramfs /somedir