|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
Temporary Filesystem. More...
Temporary Filesystem.
A simple in-memory filesystem. All data is lost when power is lost.
Data Structures | |
| struct | tmpfs_superblock_data_t |
| Superblock private data for tmpfs. More... | |
Macros | |
| #define | TMPFS_NAME "tmpfs" |
| The name of the tmpfs filesystem. | |
Functions | |
| void | tmpfs_init (void) |
| Registers the tmpfs filesystem and mounts an instance of it containing the boot ram disk as root. | |