|
PatchworkOS
966e257
A non-POSIX operating system.
|
RAM filesystem. More...
RAM filesystem.
A simple in-memory filesystem thats loaded from the bootloader. All data is lost when the system is powered off or rebooted.
Data Structures | |
| struct | ramfs_superblock_data_t |
| Superblock private data for ramfs. More... | |
Macros | |
| #define | RAMFS_NAME "ramfs" |
| The name of the ramfs filesystem. | |
Functions | |
| void | ramfs_init (void) |
| Registers the ramfs filesystem and mounts it as the root filesystem. | |